Alternative JSON parser for Go (so far fastest)

Hello everyone! I just release alternative JSON parser for Go which is about 3-9 times faster then standard encoding/json package (depending on payload size and usage), and almost do not allocate any memory (leveraging go data structures and operating with data on slice level).

Detailed benchmarks included. Hope to see your feedback, thanks!

5 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.