Fastest Way to Parse Large Strings (multi threaded)

前端 未结 4 1354
独厮守ぢ
独厮守ぢ 2021-02-06 14:27

I am about to start a project which will be taking blocks of text, parsing a lot of data into them into some sort of object which can then be serialized, stored, and statistics

4条回答
  •  醉梦人生
    2021-02-06 15:08

    Google had recently announced it's internal text processing language (which seems like a Python/Perl subset made for heavily parallel processing).

    http://code.google.com/p/szl/ - Sawzall.

提交回复
热议问题