Skip to content

Commit 9736b47

Browse files
committed
docs: add more packages benchmarks
1 parent e0b4b1c commit 9736b47

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
74.1 KB
Loading

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,16 @@ As an illustrative example, we present the triangulation of Lake Superior with v
3131
## Benchmark
3232

3333
The package utilizes the [`Burst`][burst] compiler, which generates highly optimized native code using LLVM.
34-
Below, you'll find a performance comparison (with Burst enabled) between `v2.0.0` and `v2.1.0`, as well as a comparison with [`delaunator-sharp`][delaunator-sharp]
35-
for *classic* Delaunay triangulation (without refinement or constraints).
34+
Below, you'll find a performance comparison for *classic* Delaunay triangulation (without refinement or constraints).
35+
between this package and a few alternatives:
36+
37+
- [`delaunator-sharp`][delaunator-sharp]
38+
- [`CGALDotNet`][cgaldotnet]
39+
- [`Triangle.NET`][triangle-net]
40+
3641
To see more benchmarks visit the [documentation][benchmark].
3742

38-
![Delaunay Benchmark](Documentation~/images/benchmark-delaunay.png)
43+
![Delaunay Benchmark](Documentation~/images/benchmark.png)
3944

4045
## Quick start
4146

@@ -77,4 +82,6 @@ Found a bug? Please open an issue. You can find a list of known issues [**here**
7782
[project]: https://github.com/andywiecko/BurstTriangulator/projects
7883
[burst]: https://docs.unity3d.com/Packages/[email protected]/
7984
[delaunator-sharp]: https://github.com/nol1fe/delaunator-sharp/
85+
[cgaldotnet]: https://github.com/Scrawk/CGALDotNet
86+
[triangle-net]: https://github.com/wo80/Triangle.NET
8087
[collections]: https://docs.unity3d.com/Packages/[email protected]

0 commit comments

Comments
 (0)