cosing 0.2.1 → 0.3.1

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: 4a4f9de533dc31dcaa85e01feccbb3a35886d3c959dfd6697f67ea94ed561b3f
4
- data.tar.gz: a6c8187f8bd7a59c86689de05eda1992fb5b49332d196bd2146e56a0379dea15
3
+ metadata.gz: 12eed78873c283edad2bfe45e92efa8af9072230661b98b4e22bc89bd253ed2e
4
+ data.tar.gz: 6e9ad867b9a5e585517881af559cae4b206a616bedaecae92d46c9475e49171e
5
5
  SHA512:
6
- metadata.gz: 78a9a8991ee470d72523a28fe0c2eb1cd892bb8cc6fecddbd7930bac9f7e0daf7bd090ac8ddd4ace3999f5b1710cae7d09bcf66efcbc43239eac5541031ed7a6
7
- data.tar.gz: 81f9b11df117af0f01cb156bc3d685fee608a7cc4fcfc06e2ee2db7bc4ae55de9a84def9bc7825ee3448a816aa0bc4c9e7552848cff49d3b0989e8fc0ffbb05c
6
+ metadata.gz: a5145f9ad3358af32f66a4fad876f972e71363df58378ea15b82277554d826cd0c3ebfc1d331cf24cc50abfa57de86921f560ecc0f76c4e44f386b605b04459f
7
+ data.tar.gz: 28d34b269a11bf7a0a42936ea927a0170526401060f7252da7c61a8269aa1736d44b0f60b2887673de9719badfcd5500c1146ab306ae2aadd3784be556b5c93c
data/README.md CHANGED
@@ -126,11 +126,13 @@ The library is fast to load on an SSD. You can run the benchmarks by running
126
126
  `bin/benchmark`
127
127
 
128
128
  ```
129
- user system total real
130
- Cosing.load 1.255882 0.048911 1.304793 ( 1.314068)
131
- Cosing::Annex.load 0.127545 0.003247 0.130792 ( 0.131845)
129
+ user system total real
130
+ Cosing.load 0.676430 0.011551 0.687981 ( 0.688974)
131
+ Cosing::Annex.load 0.065957 0.001479 0.067436 ( 0.067588)
132
132
  ```
133
133
 
134
+ The above benchmark was run on an M3 Pro Macbook.
135
+
134
136
  ## Development
135
137
 
136
138
  After checking out the repo, run `bin/setup` to install dependencies. Then, run