xxsds / DYNAMIC

Dynamic succinct/compressed data structures
MIT License
111 stars 21 forks source link

correct asserts and tests for wm_str #25

Closed ekg closed 4 years ago

ekg commented 4 years ago

This should resolve #24

I updated the testing and benchmarking code to use c++ random distributions.

ekg commented 4 years ago

Also, one assert was placed at the wrong position in wm_str::select, but the behavior was otherwise correct as far as I've been able to determine.

smoe commented 4 years ago

v1.0-alpha.2?