bus: Change named ranges from hashmap to array

Improves performance by 0.4 seconds in unit tests
This commit is contained in:
2023-03-28 07:35:18 -05:00
parent fbc0a0b2ea
commit f2f47e13d4
3 changed files with 11 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ cover:
cargo llvm-cov --open --doctests
test:
cargo test --all
cargo test --doc && cargo nextest run
tokei:
tokei --exclude tests/chip8-test-suite