From ae858ead5cbca34b30ed5aa7cef16b7245fc6a84 Mon Sep 17 00:00:00 2001 From: Michael Partheil Date: Wed, 15 Nov 2023 15:47:33 -0800 Subject: [PATCH] Update Readme to reflect recent perf improvements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.