succinct-cpp
succinct-cpp copied to clipboard
Decide on one type to use for offsets
For example, in SuccinctFile
, extract()
takes an uint64_t
, but search()
puts resulting offsets into vector<int64_t>
. I purpose we use int64_t
everywhere.