I'm looking for a data structure for string(UTF-8) indices that is highly optimized for range queries and space usage. Thanks!
Elaboration: I have list of arbitrary length utf-8 strings that i need to index. I will be use only range queries.
Example: I have strings - apple, ape, black, cool, dark.
Query will be something like this - "get from 2 to 3 element in desc order" or "get strings that start by 'ap'"