@node-rs/crc32
Advanced tools
+5
-5
| { | ||
| "name": "@node-rs/crc32", | ||
| "version": "0.1.5", | ||
| "version": "0.1.6", | ||
| "description": "SIMD crc32", | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
| "bench": "cross-env NODE_ENV=production node benchmark/crc32.js", | ||
| "build": "cargo build --release && napi --release ./crc32", | ||
| "build:debug": "cargo build && napi ./index" | ||
| "build": "napi --release ./crc32", | ||
| "build:debug": "napi ./index" | ||
| }, | ||
@@ -43,3 +43,3 @@ "bugs": { | ||
| "dependencies": { | ||
| "@node-rs/helper": "^0.1.2" | ||
| "@node-rs/helper": "^0.1.3" | ||
| }, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
| }, | ||
| "gitHead": "f298cd379c32ada33a94db3cec0281e5963540ff" | ||
| "gitHead": "a998d92cfa7a4b38e22835665ae123f545702188" | ||
| } |
+8
-8
@@ -14,7 +14,7 @@ # `@node-rs/crc32` | ||
| # Performance | ||
| ## Performance | ||
| ```bash | ||
| sse4_crc32c_node_rs for inputs 1024B x 5,108,123 ops/sec ±1.86% (89 runs sampled) | ||
| sse4_crc32c_node_rs for inputs 16931844B, avg 2066B x 271 ops/sec ±1.15% (85 runs sampled) | ||
| @node-rs/crc32 for inputs 1024B x 5,108,123 ops/sec ±1.86% (89 runs sampled) | ||
| @node-rs/crc32 for inputs 16931844B, avg 2066B x 271 ops/sec ±1.15% (85 runs sampled) | ||
| sse4_crc32c_hw for inputs 1024B x 3,543,443 ops/sec ±1.39% (93 runs sampled) | ||
@@ -31,3 +31,3 @@ sse4_crc32c_hw for inputs 16931844B, avg 2066B x 209 ops/sec ±0.78% (76 runs sampled) | ||
| +---------------------+-------------------+----------------------+ | ||
| | sse4_crc32c_node_rs │ 5,108,123 ops/sec │ 271 ops/sec | | ||
| | @node-rs/crc32 │ 5,108,123 ops/sec │ 271 ops/sec | | ||
| +---------------------+-------------------+----------------------+ | ||
@@ -44,9 +44,9 @@ | sse4_crc32c_hw │ 3,543,443 ops/sec │ 209 ops/sec | | ||
| # Support matrix | ||
| ## Support matrix | ||
| | | node 10 | node12 | node13 | node14 | | ||
| | ----------------- | ------- | ------ | ------ | ------ | | ||
| | Windows 64 latest | ✅ | ✅ | ✅ | ✅ | | ||
| | macOS latest | ✅ | ✅ | ✅ | ✅ | | ||
| | Linux | ✅ | ✅ | ✅ | ✅ | | ||
| | Windows 64 latest | ✓ | ✓ | ✓ | ✓ | | ||
| | macOS latest | ✓ | ✓ | ✓ | ✓ | | ||
| | Linux | ✓ | ✓ | ✓ | ✓ | | ||
@@ -53,0 +53,0 @@ ## API |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7757535
146.27%Updated