You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For detailed documentation on each codec, see the [docs/](./docs/) folder:
46
+
For detailed documentation on each codec, refer to the individual README files in their respective folders:
47
47
48
-
-[Complete documentation index](./docs/README.md)
49
-
-Individual codec documentation linked above in the "Supported Formats" section
48
+
-Individual codec documentation is available in each `src/<codec>/README.md` file
49
+
-Each codec includes comprehensive usage examples, API documentation, and performance benchmarks
50
50
51
51
## Benchmarks
52
52
53
-
For comprehensive performance benchmarks comparing `json-pack`with other serialization libraries, see:
53
+
The `json-pack`library consistently demonstrates superior performance across various data types and sizes. For comprehensive performance benchmarks and detailed analysis, see:
-[🚀 Benchmarking JSON Serialization Codecs](https://jsonjoy.com/blog/json-codec-benchmarks) - Analysis showing that `json-pack` is the fastest serialization library in the NPM ecosystem
56
+
57
+
Each codec also includes specific benchmark results in their individual documentation files.
0 commit comments