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 808030d commit 90bd235Copy full SHA for 90bd235
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 20 times faster then JS version.
+* Roughly 6 times faster then JS version (more improvements are coming).
15
* Example showing triangulation of GeoJson points
16
17
## Usage
bench/run.cpp
@@ -16,4 +16,4 @@ void BM_45K_geojson_nodes(benchmark::State& state) {
BENCHMARK(BM_45K_geojson_nodes)->Unit(benchmark::kMillisecond);
18
19
-BENCHMARK_MAIN();
+BENCHMARK_MAIN()
0 commit comments