Jacob Gadikian
Jacob Gadikian
Ok, so: to complete this, we'd need to get these merged: * https://github.com/cosmos/iavl/pull/538 * https://github.com/cosmos/iavl/pull/539 And these are nice to haves: * https://github.com/cosmos/cosmos-db/pull/42 * https://github.com/cosmos/cosmos-db/pull/43 Right now, the main blockers...
So, we've done a number of user surveys, and basically there is no evidence that anyone is using either badger or bolt. Badger could not even keep up with the...
Just use IAVL v19.1 -- no migration needed iirc
Update: this PR is waiting on a bit of archival automation.
Guys, I am going to close and reopen. Currently doing many many patches.
modify the key format from a hash of the data to be write_version|node_path_in_tree. where write_version is the left side and node_path_in_tree is the right side? Or is it like, both...
@robert-zaremba hey, I ended up finding the benchmarking issue that you described. Indeed, they do not run "stock". Since this is an important library, I **think** that these changes should...
Not sure, but I can check that out
Latest commit - since we run the benchmarks in CI, there's not really a need to have the results kept here, ci will keep those for us.
@odeke-em hi :D so, I think that this is .... wierd. Where could I see the gobencher config? If I had to guess, it's not being built quite right.