y-octo
y-octo copied to clipboard
perf: improve encode/decode performence
trafficstars
I just connected yocto to a community-created benchmark and found that the performance of the codec part was significantly lower than other crdt implementations: https://github.com/darkskygit/crdt-bench-native
After a simple inspection, it was found that the current implementation took a lot of time on memory allocation.