Remove note about planned further optimizations

This commit is contained in:
Dirkjan Ochtman 2021-05-28 14:44:44 +02:00
parent f081d4b171
commit 7214ffc126
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ data **"may only be used for linguistic education and research"**, so for any
other usage you should acquire a different data set. other usage you should acquire a different data set.
For the microbenchmark included in this repository, Instant Segment is ~100x For the microbenchmark included in this repository, Instant Segment is ~100x
faster than the Python implementation. Further optimizations are planned -- see faster than the Python implementation. The API has been carefully constructed
the [issues][issues]. The API has been carefully constructed so that multiple so that multiple segmentations can share the underlying state to allow parallel
segmentations can share the underlying state to allow parallel usage. usage.
## How it works ## How it works