[maemo-developers] best way to write a dictionary program
From: Martin DeMello martindemello at gmail.comDate: Tue Sep 7 22:10:09 EEST 2010
- Previous message: Problem with Framebuffer Objects and glReadPixels in N900
- Next message: Maemo -> MeeGo migration (was Re: maemo.org team meeting Tuesday the 14th?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm thinking of writing a dictionary program (straightforward word -> definition lookup). the design goal being to be as light on resources as possible while still being reasonably fast. My initial thought was to store the dictionary as a straight text file with one "word+definition" per line, maintain an index of the offsets of the first three letters, and then binary search from there. Any better ways to do it? Would I be better off just using sqlite3? martin
- Previous message: Problem with Framebuffer Objects and glReadPixels in N900
- Next message: Maemo -> MeeGo migration (was Re: maemo.org team meeting Tuesday the 14th?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]