Skip to content

A text indexer written in Python/memcached and erlang/merle

Notifications You must be signed in to change notification settings

jmkogut/travelogue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travelogue

To test, run test.py and it’ll index all the *.txt files in source/

It’s pretty basic, just a way for me to experiment with text indexing. I ported this to erlang/merle in the erlang branch but performance was less than desirable. All further development will be in Python/memcached

Disclaimer

This is written for Python 3.0 and as such it has considerable differences from Python < 3.0.

PS

Even though the IO in Python 3.0 is considerably slower, the data processing is significantly faster.

About

A text indexer written in Python/memcached and erlang/merle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages