osv 0.4.4-x86_64-linux-musl → 0.5.0-x86_64-linux-musl

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6747117ae8fbacec9229ff9c3d6f96e4c08ae32635f65b929e109c9fe66c197
4
- data.tar.gz: 843891956c678a14900935ab4de46e72d2b87e99a979162757613b3c8bd5650b
3
+ metadata.gz: a51cd982a07e5da4f38944b5c5e1a482a9c449a9bee42686bcf502e21af7b4bc
4
+ data.tar.gz: 650a640f50eefe33e535aa4a265d91bc2b522904d53f42326303b0cc854f3959
5
5
  SHA512:
6
- metadata.gz: 9409486c47ccc16741964f0c2e9f2b41bbd6c7cd62b653d4146608723c603d96f082a00836204dea4b32cb490096021fb401c63de6e81151fdde29b500a04df4
7
- data.tar.gz: d83e41f6c247a8dbe80eaf5a25ff7aec69bcadc1b309556082fe14b1c9a75c4ffa86c64bf33ea159a2475a839dc2e12863552131b37202c90de73560438abcbb
6
+ metadata.gz: 26667da04076f19550d11d47e4dd2525382519c7fd4771d10d76053cc513c5b3b82e5c55c4e12213744a219cfd93298cce6f749637252e7110d995c9ea1f88c9
7
+ data.tar.gz: '09d96360a016b54c160187b6c83338de16cf061e8cbe119d9de7df8e900b08fd35a40c6672e69606eebb2b2e468fa7b24eccedc2fd423419d3a9e9bb5aaef9f7'
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.083 (± 0.0%) i/s (12.06 s/i) - 3.000 in 36.304469s
147
- FastCSV - StringIO 0.335 (± 0.0%) i/s (2.98 s/i) - 10.000 in 31.019521s
148
- OSV - StringIO 0.705 (± 0.0%) i/s (1.42 s/i) - 21.000 in 30.629511s
149
- CSV - Hash output 0.060 (± 0.0%) i/s (16.74 s/i) - 2.000 in 33.475977s
150
- OSV - Hash output 0.434 (± 0.0%) i/s (2.30 s/i) - 13.000 in 30.071679s
151
- CSV - Array output 0.063 (± 0.0%) i/s (15.88 s/i) - 2.000 in 32.229906s
152
- OSV - Array output 0.406 (± 0.0%) i/s (2.47 s/i) - 12.000 in 31.072600s
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.321 (± 0.0%) i/s (3.11 s/i) - 10.000 in 31.458966s
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.686 (± 0.0%) i/s (1.46 s/i) - 21.000 in 30.639715s
157
- OSV - Gzipped 0.524 (± 0.0%) i/s (1.91 s/i) - 16.000 in 30.695259s
158
- OSV - Gzipped Direct 0.519 (± 0.0%) i/s (1.93 s/i) - 16.000 in 30.830005s
159
- FastCSV - Gzipped 0.313 (± 0.0%) i/s (3.20 s/i) - 10.000 in 32.031002s
160
- CSV - Gzipped 0.057 (± 0.0%) i/s (17.55 s/i) - 2.000 in 35.107808s
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
- OSV - StringIO : 0.7 i/s
164
- OSV - Direct Open Array output: 0.7 i/s - 1.03x slower
165
- OSV - Gzipped : 0.5 i/s - 1.34x slower
166
- OSV - Gzipped Direct : 0.5 i/s - 1.36x slower
167
- OSV - Hash output : 0.4 i/s - 1.62x slower
168
- OSV - Array output : 0.4 i/s - 1.74x slower
169
- FastCSV - StringIO : 0.3 i/s - 2.10x slower
170
- FastCSV - Array output : 0.3 i/s - 2.20x slower
171
- FastCSV - Gzipped : 0.3 i/s - 2.26x slower
172
- CSV - StringIO : 0.1 i/s - 8.50x slower
173
- CSV - Array output : 0.1 i/s - 11.20x slower
174
- CSV - Hash output : 0.1 i/s - 11.80x slower
175
- CSV - Gzipped : 0.1 i/s - 12.37x slower
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.so CHANGED
Binary file
data/lib/osv/3.3/osv.so CHANGED
Binary file
data/lib/osv/3.4/osv.so CHANGED
Binary file
data/lib/osv/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module OSV
2
- VERSION = "0.4.4"
2
+ VERSION = "0.5.0"
3
3
  end
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.4
4
+ version: 0.5.0
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Nathan Jaremko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-04 00:00:00.000000000 Z
11
+ date: 2025-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler