binary search date range

This commit is contained in:
2025-12-09 20:11:50 +01:00
parent b7f7aeeb9a
commit edbcbe728f
6 changed files with 214 additions and 27 deletions

View File

@@ -17,3 +17,4 @@ regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rayon = "1.10"
chrono = "0.4"