Skip to content

Releases: MichaCo/CDT.NET

v1.0.0

26 Feb 18:42

Choose a tag to compare

Initial Version

(see beta releases for details)

v1.0.0-beta2

24 Feb 08:29
c0cd08a

Choose a tag to compare

v1.0.0-beta2 Pre-release
Pre-release

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