Releases: MichaCo/CDT.NET
Releases · MichaCo/CDT.NET
v1.0.0
v1.0.0-beta2
What's Changed
- Profiler-driven performance optimization: CPU profiling, hotspot fixes, and new benchmarks by @Copilot in #7
- Rewrite Triangulation storage: raw arrays + ReadOnlyMemory, stackalloc, ref mutations by @Copilot in #9
- Replace HashSet.Contains with bool[] in RemoveTriangles by @Copilot in #10
- Predicate benchmarks + two rounds of implementation optimization guided by dotnet-trace profiling by @Copilot in #11
- Add CDT.Comparison.Benchmarks — 6-library CDT/Delaunay performance comparison (Windows + Linux) by @Copilot in #12
- Revise benchmark results and hardware details by @MichaCo in #13
- Add additional comp benchmarks by @MichaCo in #14
- Add comparison benchmarks section to main README by @Copilot in #15
New Contributors
Full Changelog: v1.0.0-beta1...v1.0.0-beta2