This may be useful because we have database data that is stored as a slice of bytes because SQLite doesn't support serializing them. One such operation is the scanning of the filesystem (reading and writing to the files table mostly), which does seem to take some time to complete.
https://github.com/goccy/go-json is a project that claims to significantly increase the speed of encoding and decoding json.
This may be useful because we have database data that is stored as a slice of bytes because SQLite doesn't support serializing them. One such operation is the scanning of the filesystem (reading and writing to the files table mostly), which does seem to take some time to complete.