mol_vary 0.0.25 → 0.0.27

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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,13 +23,13 @@
23
23
  - CBOR: [cbor-x](https://github.com/kriszyp/cbor-x) - fastest implementation with all required extensions (which are standardized, although its don't have wide support).
24
24
  - MsgPack: [msgpackr](https://github.com/kriszyp/msgpackr) - fastest implementaion with all required extensions (which incompatible with other libs).
25
25
 
26
- | | $mol_vary | cbor-x | msgpackr | bson
27
- |----------------|-----------|-------------|----------|-----
28
- | Language | ✅ TS | ✅ TS | ❌ JS | ✅ TS
29
- | Performance | ✅ 100% | ✅ 100% | ✅ 100% | ❌ 30%
30
- | Packed Size | ✅ 100% | ❌ +33% | ❌ +25% | ❌ +160%
31
- | Lib Size | ✅ 3KB | ❌ 11 KB | ❌ 11 KB | ❌ 21 KB
32
- | Compatibility | ✅ std | ⭕ ext-std | ❌ ext | ❌ domain-ext
26
+ | | $mol_vary | cbor-x | msgpackr
27
+ |----------------|-----------|-------------|---------
28
+ | Language | ✅ TS | ✅ TS | ❌ JS
29
+ | Performance | ✅ 100% | ✅ 100% | ✅ 100%
30
+ | Packed Size | ✅ 100% | ❌ +33% | ❌ +25%
31
+ | Lib Size | ✅ 3KB | ❌ 11 KB | ❌ 11 KB
32
+ | Compatibility | ✅ std | ⭕ ext-std | ❌ ext
33
33
 
34
34
  [Benchmark](https://perf.js.hyoo.ru/#!bench=j1peaq_k376h9) results:
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_vary",
3
- "version": "0.0.25",
3
+ "version": "0.0.27",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",