Make things ~40% faster by using explicit 1/2 valued objects instead of vectors.

This commit is contained in:
2020-12-15 16:03:45 -08:00
parent cb0c6fa861
commit 5161a22967
2 changed files with 27 additions and 16 deletions

View File

@@ -7,4 +7,7 @@ edition = "2018"
[dependencies]
nom = "6.0.1"
petgraph = "0.5.1"
thiserror = "1.0.22"
thiserror = "1.0.22"
[profile.release]
debug = 1