y-octo icon indicating copy to clipboard operation
y-octo copied to clipboard

perf: improve encode/decode performence

Open darkskygit opened this issue 2 years ago • 0 comments
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 image image image After a simple inspection, it was found that the current implementation took a lot of time on memory allocation.

darkskygit avatar Nov 09 '23 12:11 darkskygit