You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was experimenting with buffer maps as well, I also looked into bdb to get BufferMap not convert buffers at all (Similar to std::map) because of the js memory overhead when working with strings (fortunately I don't need huge keys), I ran several benchmarks today after seeing bcoin-org/bcoin/issues/533
I was experimenting with
buffer
maps as well, I also looked intobdb
to getBufferMap
not convert buffers at all (Similar tostd::map
) because of the js memory overhead when working with strings (fortunately I don't need huge keys), I ran several benchmarks today after seeingbcoin-org/bcoin/issues/533
Is there any reason to use
rbt
formemdb
?@chjj
The text was updated successfully, but these errors were encountered: