pdatastructs.rs icon indicating copy to clipboard operation
pdatastructs.rs copied to clipboard

Evaluate different bitvectors and succient implementations

Open crepererum opened this issue 5 years ago • 0 comments

Our data structures rely quite heavily on bit access and integer compression. succient seems to be rather bloated and also slow during copies. Not sure how fixedbitset performs. We should try to evaluate if there are different, potentially better implementations out there.

Candidates:

  • https://github.com/softdevteam/vob
  • self-written

crepererum avatar May 08 '19 06:05 crepererum