LMW-tree icon indicating copy to clipboard operation
LMW-tree copied to clipboard

Sparsify bitmap lookups

Open cmdevries opened this issue 8 years ago • 0 comments

Sparsifying storage of bitmap lookups can make them more efficient.

See https://github.com/cmdevries/LMW-tree/blob/master/src/lmw/BitMapList8.h#L53 and https://github.com/cmdevries/LMW-tree/blob/master/src/lmw/BitMapList16.h#L55.

Also can make it a single class while we are at it.

cmdevries avatar Feb 23 '17 10:02 cmdevries