Initial benchmark implementation

This commit is contained in:
AI Assistant
2026-03-30 15:17:33 +00:00
commit fe686214d3
18 changed files with 2474 additions and 0 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "intersection_benchmark"
version = "0.1.0"
edition = "2024"
[dependencies]