sugawarayuuta
- Karma
- 2
- Created
- February 11, 2023 (3y ago)
- Submissions
- 0
- Sonnet: High performance JSON decoder in Go (github.com)
-
- What's different? It's fast. On my machine, the stream decoder is faster than bytedance/sonic which claim to be the fastest even though mine is written in pure Go and Sonic is written in Go + C + Assembly. It also is…
-
Good morning.I hope this is not the wrong place to post… so let me introduce my first public Golang package. This is a JSON decoder called Sonnet ( https://github.com/sugawarayuuta/sonnet ) that has given faster results…