simongog / sdsl

Succinct Data Structure Library
Other
105 stars 15 forks source link

cst_sct3 does not have a swap() function implemented. #18

Closed mpetri closed 12 years ago

mpetri commented 12 years ago

no swap function means I can't use util::clear() to free the memory.

simongog commented 12 years ago

That's a tricky thing to write, since I have to add an additional function to the lcp-classes. Can you survive a few days without it?

mpetri commented 12 years ago

sure. I'm just reporting it to let you know.

On Tue, May 22, 2012 at 8:16 PM, Simon Gog reply@reply.github.com wrote:

That's a tricky think to write, since I have to add an additional function to the lcp-classes. Can you survive a few days without it?


Reply to this email directly or view it on GitHub: https://github.com/simongog/sdsl/issues/18#issuecomment-5843624

simongog commented 12 years ago

The feature is now available in the development branch. Cheers.