dyna3/app-proto
Aaron Fenyes 501cd74c96 Use B-tree collections instead of Fx hash ones
This removes a dependency. Since the collections in question should
usually be pretty small, it might also reduce memory overhead at little
cost in speed. Here are some relevant performance discussions:

  https://users.rust-lang.org/t/hashmap-vs-btreemap/13804
  https://www.reddit.com/r/rust/comments/7rgowj/hashmap_vs_btreemap/
2025-05-04 12:49:35 -07:00
..
examples feat: Curvature regulators (#80) 2025-04-21 23:40:42 +00:00
src Use B-tree collections instead of Fx hash ones 2025-05-04 12:49:35 -07:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.lock Use B-tree collections instead of Fx hash ones 2025-05-04 12:49:35 -07:00
Cargo.toml Use B-tree collections instead of Fx hash ones 2025-05-04 12:49:35 -07:00
index.html Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
main.css feat: Points (#82) 2025-05-01 19:25:13 +00:00
run-examples Switch to Euclidean-invariant projection onto tangent space of solution variety (#34) 2025-01-31 19:34:33 +00:00