sdsl-lite
sdsl-lite copied to clipboard
Is it conceivable that occurrences are located during sdsl::count ?
Hello @harrymvr @niklasb @ekg @farruggia @mpetri
I was wondering what are the reasons why occurrences locations aren't gathered during the sdsl::count function. Because knowing the number of occurrences implies that we know things about the occurrence... don't we ? https://github.com/simongog/sdsl-lite/blob/ddb0fbbc33bb183baa616f17eb48e261ac2a3672/examples/fm-index.cpp#L59
Best regards