diff --git a/README.md b/README.md index 3b51833..fd0be3a 100644 --- a/README.md +++ b/README.md @@ -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.