json-as 1.2.0 → 1.2.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.
- package/CHANGELOG.md +4 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -392,9 +392,9 @@ The following charts compare JSON-AS (both SWAR and SIMD variants) against JavaS
|
|
|
392
392
|
|
|
393
393
|
> Note: Benchmarks reflect the **latest version**. Older versions may show different performance.
|
|
394
394
|
|
|
395
|
-
<img src="https://raw.githubusercontent.com/JairusSW/json-as/refs/heads/docs/
|
|
395
|
+
<img src="https://raw.githubusercontent.com/JairusSW/json-as/refs/heads/docs/charts/chart01.svg" alt="Performance Chart 1">
|
|
396
396
|
|
|
397
|
-
<img src="https://raw.githubusercontent.com/JairusSW/json-as/refs/heads/docs/
|
|
397
|
+
<img src="https://raw.githubusercontent.com/JairusSW/json-as/refs/heads/docs/charts/chart02.svg" alt="Performance Chart 2">
|
|
398
398
|
|
|
399
399
|
> Note: I have focused on extensively optimizing serialization. I used to have deserialization be highly unsafe and extremely fast, but I've since doubled down on safety for deserialization which has negatively affected performance. I will be optimizing soon.
|
|
400
400
|
|