I have the very common problem of creating an index for an in-disk array of strings. In short, I need to store the position of each string in the in-disk representation. For exa
You have two conflicting requirements:
The second requirement is very likely to impose a fixed length for each item.