simongog / sdsl

Succinct Data Structure Library
Other
105 stars 15 forks source link

rrr_vector_var<127> #7

Closed mpetri closed 12 years ago

mpetri commented 12 years ago

initial (working) implementation. still quite slow but passes all the tests.

there seems to be an error somewhere in the destructor. I'm getting a segfault after I passed the SelectSupportTests.

maybe you can look into this.