Description
Hello. I'm the author of a Go's JSON library goccy/go-json.
I commented because this is a very interesting project !
I have read through the contents of the README at this time.
I'm developing the above JSON library with the goal of making it more convenient and faster while maintaining compatibility with encoding/json.
Therefore, I think that it has a similar concept to this project, and I'm very much looking forward to the future of this project.
So, I would like to share some knowledge (mainly performance aspect) when developing goccy/go-json. Is it okay to write it here?
The README mentions not to use unsafe
, so I understand the policy differences from the library I'm developing.
Including that, I would like to share my knowledge to find useful points.
Also, I know a lot of other 3rd party JSON library's implementations,
so I would like to share the approach to performance improvement in each library if you want.