zlight_csv 0.2.0-x86_64-linux → 0.2.3-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/zlight_csv/3.0/zlight_csv.so +0 -0
- data/lib/zlight_csv/3.1/zlight_csv.so +0 -0
- data/lib/zlight_csv/3.2/zlight_csv.so +0 -0
- data/lib/zlight_csv/3.3/zlight_csv.so +0 -0
- metadata +11 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 606b4ea7e6ba33ee5e66a4d8cefddd8ac90ecb0f1830507674562e48ddcff608
|
|
4
|
+
data.tar.gz: fc79a738afca3b2e259eead7370a3325011ba64b9223b9ae4b6a71ed46e8d1ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d03bc9714e8e645c295634744a322b9f45d875b35ba2abb1ce6c51f10905aac4f7e39bbf9c620bb300b4c2217a9909669c15bbe3e2c28b6fb1cd3c753982ed29
|
|
7
|
+
data.tar.gz: 236510e5c1d5ef27302662dbf69f90aab2868df900a3f4abf21204b8428d3c30af883015d28dc9c2fe630144dc97855feed0c8aec6f84876ea556a9983eb0bde
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.3
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zlight_csv
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: x86_64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Zaidan Chaudhary
|
|
@@ -11,10 +11,13 @@ cert_chain: []
|
|
|
11
11
|
date: 2026-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |
|
|
14
|
-
ZLight
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
ZLight brings the speed of Rust to Ruby's CSV parsing. Built as a native
|
|
15
|
+
extension, it delivers up to 30x faster performance than Ruby's standard
|
|
16
|
+
CSV library while maintaining full API compatibility. Whether you're parsing
|
|
17
|
+
small configuration files or processing millions of rows, ZLight handles it
|
|
18
|
+
efficiently. The streaming API enables memory-efficient processing of large
|
|
19
|
+
datasets by reading rows one at a time, and lazy enumeration lets you stop
|
|
20
|
+
early without wasting resources on unneeded data.
|
|
18
21
|
email:
|
|
19
22
|
- zaidan@arxiron.com
|
|
20
23
|
executables: []
|
|
@@ -31,13 +34,12 @@ files:
|
|
|
31
34
|
- lib/zlight_csv/3.2/zlight_csv.so
|
|
32
35
|
- lib/zlight_csv/3.3/zlight_csv.so
|
|
33
36
|
- lib/zlight_csv/version.rb
|
|
34
|
-
homepage: https://
|
|
37
|
+
homepage: https://rubygems.org/gems/zlight_csv
|
|
35
38
|
licenses:
|
|
36
39
|
- MIT
|
|
37
40
|
metadata:
|
|
38
|
-
homepage_uri: https://
|
|
39
|
-
|
|
40
|
-
changelog_uri: https://arxiron.com/blob/main/CHANGELOG.md
|
|
41
|
+
homepage_uri: https://rubygems.org/gems/zlight_csv
|
|
42
|
+
documentation_uri: https://zaidanch.github.io/zlight-docs/
|
|
41
43
|
rubygems_mfa_required: 'true'
|
|
42
44
|
post_install_message:
|
|
43
45
|
rdoc_options: []
|