osv 0.4.4-arm64-darwin → 0.5.1-arm64-darwin
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/README.md +26 -26
- data/lib/osv/3.2/osv.bundle +0 -0
- data/lib/osv/3.3/osv.bundle +0 -0
- data/lib/osv/3.4/osv.bundle +0 -0
- data/lib/osv/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 246571f181b702aad26a5ed03e74363f73e5f0942723b04815abdd7212b46c8f
|
4
|
+
data.tar.gz: eb80ca096efd26aa33a64372759867c447d82f82cfd9cb815ad4f7dd4db6f7fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 993e05c1c3dadc12d3bd05199d9f6cbcd7579eaf9850b13d4f522b0cf4d3472fdb5cfd610be14ba0e577cb648296e6a57f87c988b670586c460edb0178cb35ce
|
7
|
+
data.tar.gz: b21a12bbd627f3d46f85e2920aec2dff8f3932121553a54fe0c82c3ba5b21eb463490613ccfbc4be57ac5dfa1388668fb06f116d705672a3a2234ec8bf473e05
|
data/README.md
CHANGED
@@ -143,34 +143,34 @@ OSV - Gzipped Direct 1.000 i/100ms
|
|
143
143
|
FastCSV - Gzipped 1.000 i/100ms
|
144
144
|
CSV - Gzipped 1.000 i/100ms
|
145
145
|
Calculating -------------------------------------
|
146
|
-
CSV - StringIO 0.
|
147
|
-
FastCSV - StringIO 0.
|
148
|
-
OSV - StringIO 0.
|
149
|
-
CSV - Hash output 0.
|
150
|
-
OSV - Hash output 0.
|
151
|
-
CSV - Array output 0.
|
152
|
-
OSV - Array output 0.
|
146
|
+
CSV - StringIO 0.081 (± 0.0%) i/s (12.36 s/i) - 3.000 in 37.155983s
|
147
|
+
FastCSV - StringIO 0.367 (± 0.0%) i/s (2.73 s/i) - 11.000 in 30.182262s
|
148
|
+
OSV - StringIO 0.673 (± 0.0%) i/s (1.49 s/i) - 20.000 in 30.247575s
|
149
|
+
CSV - Hash output 0.056 (± 0.0%) i/s (17.73 s/i) - 2.000 in 35.464673s
|
150
|
+
OSV - Hash output 0.266 (± 0.0%) i/s (3.77 s/i) - 8.000 in 30.511406s
|
151
|
+
CSV - Array output 0.068 (± 0.0%) i/s (14.76 s/i) - 3.000 in 44.371496s
|
152
|
+
OSV - Array output 0.631 (± 0.0%) i/s (1.59 s/i) - 19.000 in 30.896566s
|
153
153
|
FastCSV - Array output
|
154
|
-
0.
|
154
|
+
0.369 (± 0.0%) i/s (2.71 s/i) - 12.000 in 32.518984s
|
155
155
|
OSV - Direct Open Array output
|
156
|
-
0.
|
157
|
-
OSV - Gzipped 0.
|
158
|
-
OSV - Gzipped Direct 0.
|
159
|
-
FastCSV - Gzipped 0.
|
160
|
-
CSV - Gzipped 0.
|
156
|
+
0.642 (± 0.0%) i/s (1.56 s/i) - 19.000 in 30.162703s
|
157
|
+
OSV - Gzipped 0.519 (± 0.0%) i/s (1.93 s/i) - 16.000 in 31.551051s
|
158
|
+
OSV - Gzipped Direct 0.512 (± 0.0%) i/s (1.95 s/i) - 16.000 in 31.630035s
|
159
|
+
FastCSV - Gzipped 0.321 (± 0.0%) i/s (3.12 s/i) - 10.000 in 31.795400s
|
160
|
+
CSV - Gzipped 0.058 (± 0.0%) i/s (17.34 s/i) - 2.000 in 34.686451s
|
161
161
|
|
162
162
|
Comparison:
|
163
|
-
|
164
|
-
OSV - Direct Open Array output:
|
165
|
-
|
166
|
-
OSV - Gzipped
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
FastCSV -
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
163
|
+
OSV - StringIO: 0.7 i/s
|
164
|
+
OSV - Direct Open Array output: 0.6 i/s - 1.05x slower
|
165
|
+
OSV - Array output: 0.6 i/s - 1.07x slower
|
166
|
+
OSV - Gzipped: 0.5 i/s - 1.30x slower
|
167
|
+
OSV - Gzipped Direct: 0.5 i/s - 1.31x slower
|
168
|
+
FastCSV - Array output: 0.4 i/s - 1.82x slower
|
169
|
+
FastCSV - StringIO: 0.4 i/s - 1.83x slower
|
170
|
+
FastCSV - Gzipped: 0.3 i/s - 2.10x slower
|
171
|
+
OSV - Hash output: 0.3 i/s - 2.53x slower
|
172
|
+
CSV - StringIO: 0.1 i/s - 8.31x slower
|
173
|
+
CSV - Array output: 0.1 i/s - 9.93x slower
|
174
|
+
CSV - Gzipped: 0.1 i/s - 11.66x slower
|
175
|
+
CSV - Hash output: 0.1 i/s - 11.92x slower
|
176
176
|
```
|
data/lib/osv/3.2/osv.bundle
CHANGED
Binary file
|
data/lib/osv/3.3/osv.bundle
CHANGED
Binary file
|
data/lib/osv/3.4/osv.bundle
CHANGED
Binary file
|
data/lib/osv/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: osv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Nathan Jaremko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler
|