We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910a1f8 commit 043f064Copy full SHA for 043f064
README.md
@@ -11,7 +11,7 @@ delaunator-cpp is a C++ port from https://github.com/mapbox/delaunator a JavaScr
11
## Features
12
13
* Probably the fastest C++ open source 2D Delaunay implementation
14
-* Roughly 3 times faster then JS version.
+* Roughly 20 times faster then JS version.
15
* Example showing triangulation of GeoJson points
16
17
## Usage
@@ -44,8 +44,3 @@ int main() {
44
```
45
46
[See more examples here](./examples)
47
-
48
-## TODO
49
50
-* Benchmarks
51
-* Unit tests
0 commit comments