Open jahu00 opened 8 years ago
Check if a B-Tree like structure can improve the speed of row lookups or if sibling properties can be used for this purpose.
Storing the document as text in memory and just saving the positions of rows might work too, as Rikaichan uses that and works just fine.
Check if a B-Tree like structure can improve the speed of row lookups or if sibling properties can be used for this purpose.