jahu00 / Rikaikyun

Rikaichan based Phonegap app for reading Japanese text
5 stars 2 forks source link

Improve row lookup speed #37

Open jahu00 opened 8 years ago

jahu00 commented 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.

jahu00 commented 8 years ago

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.