Didn't Discord have issues when they did caching in Go due to the garbage collector having to run over all objects ever 2 minutes? Was that resolved in a newer version of Go or does this project get around that problem in another way?
What data structure does it use - LSM tree or hash table or something else?<p>Also if I'm using it as an embedded library does it do anything to help me to replicate the data?