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
-> Probably not CTZ, but somehow lower_bound seems quite expensive, even when done with TZCNT which should be just one cycle with -mbmi2.
is it maybe the waste of memory (due to allocating 2^k entries for usually to entries)? Or the non-linear access(?)?
See #39. the
flat_array_map
appears to be too slow when querying compared tosparse_map
. Confirm and fix.The text was updated successfully, but these errors were encountered: