Comparing version
{ | ||
"name": "json-as", | ||
"version": "0.5.28", | ||
"version": "0.5.29", | ||
"description": "JSON encoder/decoder for AssemblyScript", | ||
@@ -5,0 +5,0 @@ "types": "assembly/index.ts", |
# AS-JSON | ||
 | ||
 | ||
Probably the fastest JSON parser for AssemblyScript with many more optimizations coming down the pipeline. | ||
## Installation | ||
@@ -78,3 +80,3 @@ | ||
Performance is nearly equal to the JavaScript JSON implementation which is in C++. | ||
Performance exceeds JavaScript JSON implementation by an average of 230% but this decreases with larger data packets. | ||
@@ -91,5 +93,5 @@ ## Performance | ||
**Serialize String (5):** ~5.2m ops/sw | ||
**Serialize String (5):** ~4.2m ops/s | ||
**Deserialize String (5):** ~1.36m ops/s | ||
**Deserialize String (5):** ~12m ops/s | ||
@@ -96,0 +98,0 @@ ## Issues |
{ | ||
"name": "@json-as/transform", | ||
"version": "0.5.28", | ||
"version": "0.5.29", | ||
"description": "JSON encoder/decoder for AssemblyScript", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
71822
0.2%98
2.08%