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
They seem faster than TypedFastBitSet (according to TypedFastBitSet's own benchmarks) but roaring is a native node module (probably won't run in the browser).
Yes exactly, the non-browser part is why I didn't want to use them. Also it seems that the bitmap operation is not the part that takes up most of the time.
@arj03@staltz Looks like there's a WebAssembly port, i.e. roaring-wasm. I'm not sure how usable that is in the browser (esp. b/c it was made for AWS Lambda), but it may be worth a look.
They seem faster than TypedFastBitSet (according to TypedFastBitSet's own benchmarks) but
roaring
is a native node module (probably won't run in the browser).Also see https://www.npmjs.com/package/bitfield-db by substack
The text was updated successfully, but these errors were encountered: