Skip to content

Commit 043f064

Browse files
committed
update README
1 parent 910a1f8 commit 043f064

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ delaunator-cpp is a C++ port from https://github.com/mapbox/delaunator a JavaScr
1111
## Features
1212

1313
* Probably the fastest C++ open source 2D Delaunay implementation
14-
* Roughly 3 times faster then JS version.
14+
* Roughly 20 times faster then JS version.
1515
* Example showing triangulation of GeoJson points
1616

1717
## Usage
@@ -44,8 +44,3 @@ int main() {
4444
```
4545

4646
[See more examples here](./examples)
47-
48-
## TODO
49-
50-
* Benchmarks
51-
* Unit tests

0 commit comments

Comments
 (0)