superdolt
superdolt
anyone can help provide how to use terarkdb with rocksdb rust? https://github.com/bytedance/terarkdb appreciate compilation instructions and demo. thx
120byte sounds like a lot. possible to use ideas from here to lower it? https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html 40bytes possible?
cmake .. -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C...
possible to implement a lru cache example using this hat trie?
any benchmark for this gomysql server in memory compared with mysql?
do you have an alternative to kv lru cache that has zero allocation? fastcache has 2b allocation per operation https://github.com/VictoriaMetrics/fastcache
how do u perform deletion on keys? or replacement of key-value?
this is not very elegant nor efficient in memory use. possible to implement something that can delete so that the memory for key used can be released? ``` Note: Deletion...
Nice work! How do u show the remote ip address of the client?
so people can just export their db from wordpress and go inside golang-fave are u still developing this? need help?