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
Reworked svsample05 to better explain use of bm::sparse_vector<> as associative container
for set-to-set remapping operations
Improved performance of logical OR operation on bm::bvector<>
Implemented bm::sparse_vector<>::gather() for faster selective retrieval of values from
bit-transposed containers. SSE4.2 and AVX2 optimizations for gather operation.
Fixed some harmless but inconveninent compilation warnings
Implemented new bm::bvector<> functions copy_range() and range copy constructor for
faster horizontal partitioning
Cleaned up warnings, sometimes treated as compilation errors