sdsl icon indicating copy to clipboard operation
sdsl copied to clipboard

libdivsufsort should use int_vector<>

Open mpetri opened this issue 13 years ago • 1 comments

now that libdivsufsort is included in the library it would be very nice to modify it to use the sdsl int vector to enable bit compression among other things.

mpetri avatar Oct 04 '12 14:10 mpetri

Yes, we can modify that. I will also extend the memory management system in such a way that single int_vectors can be mapped to hugepages and we therefore gain time in the construction process.

simongog avatar Oct 05 '12 01:10 simongog