succinct-cpp
succinct-cpp copied to clipboard
SuccinctShard#access() throws exceptions for empty value
When len is a positive int, and the queried key has empty value,
string::resize(-1) will be called, and an exception occurs.
A purposed fix is here.