Pierre Aubert wrote:
Hello,
I wrote a small full text search engine for sqlite3.

c'est très bon

I rolled my own using an inverted index, the /usr/share/dict that comes with the OS, and Perl. It works fine for my need, but having something like this written in C++ would be very fast.

..

Code is in C++ with some external dependancies (google sparsehash, libtextcat, and of course sqlite3. It currently works under Linux 32bits and Cygwin, tested with g++-3.4.4. Quality is Beta. Build/Install process created yesterday this not well tested.

It is under a BSD license.

I wait for your feedback. In particular, any way to optimize performance at search time is of interest.


I don't know any C++, so all I can do is watch the progress, but I will do so with great interest.

Reply via email to