Update Readme to reflect recent perf improvements

This commit is contained in:
Michael Partheil 2023-11-15 15:47:33 -08:00 committed by Dirkjan Ochtman
parent 3a61fd2c55
commit ae858ead5c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ which is in turn based on code from Peter Norvig's chapter [Natural Language
Corpus Data][chapter] from the book [Beautiful Data][book] (Segaran and
Hammerbacher, 2009).
For the microbenchmark included in this repository, Instant Segment is ~100x
For the microbenchmark included in this repository, Instant Segment is ~500x
faster than the Python implementation. The API was carefully constructed
so that multiple segmentations can share the underlying state to allow parallel
usage.