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
Hi, first of all, thanks for this library. It was very educational reading your implementation. I run into an issue when running the benchmarks. I quickly run out of memory. Seems like b.N get's very large on my system (i7, 16GB Mem) which exhausts the memory when setting up Unset and IsSet benchmarks or running Set benchmarks. I can limit the number of element and then do %numElements in the actual benchmark for Unset and IsSet bit might skew the bechmark and doesn't solve the issue for Set. Any suggestions on how to approach this issue? Maybe limit the size of the ipmap?
The text was updated successfully, but these errors were encountered:
Hi, first of all, thanks for this library. It was very educational reading your implementation. I run into an issue when running the benchmarks. I quickly run out of memory. Seems like b.N get's very large on my system (i7, 16GB Mem) which exhausts the memory when setting up Unset and IsSet benchmarks or running Set benchmarks. I can limit the number of element and then do %numElements in the actual benchmark for Unset and IsSet bit might skew the bechmark and doesn't solve the issue for Set. Any suggestions on how to approach this issue? Maybe limit the size of the ipmap?
The text was updated successfully, but these errors were encountered: