Searching for a string in a large text file - profiling various methods in python

后端 未结 6 550
傲寒
傲寒 2020-12-02 05:54

This question has been asked many times. After spending some time reading the answers, I did some quick profiling to try out the various methods mentioned previously...

6条回答
  •  情歌与酒
    2020-12-02 06:37

    what about a text indexing solution ?

    I would use Lucene in the Java world but there is a python engine called Whoosh

    https://bitbucket.org/mchaput/whoosh/wiki/Home

提交回复
热议问题