jl777
jl777
so it is safe to use the "value" pointer for permanent (process duration) use? I think sophia is almost supporting a full JSON capability (like cJSON) and would be very...
dereferencing the "key" field is running stable. I also noticed that key can be binary, so things working well. Just the cost of one point to get reverse lookup, well...
I need to be able to quickly find key, given value and also value given key. What I am doing is storing pointers according to the order they were added...
is there a way to find the primary index of a database entry? the number of entries will fit into memory so avoiding sp_ API calls is the primary performance...
Is there a way to make it not write to disk at all? I have some use cases where I just need a temporary RAM key/value store and sophia is...
if you are not working on replication, I would like to give it a try. Any advice on the best way to do this? Since the files are append only,...
fantastic! I cant imagine the tarantool will be as efficient as your code, but I will take a look. it sounds like the external write ahead log is the way...
A few questions on the two phase to allow replication. c. sp_prepare(transaction, lsn) prepare transaction with lsn forge before commit I am assuming with logging disabled, I just push in...
https://github.com/SuperNETorg/komodo/wiki/barterDEX-Whitepaper-v2 the above describes how barterDEX works, it is a bitcoin protocol based atomic swap DEX, with automated ordermatching via orderbooks
continuing... It has taken a lot of work to get barterDEX working and debugged to the level it has and I wanted a solution for swapping ETH/ERC20 that had minimal...