issues
search
ladvoc
/
BijectiveDictionary
A specialized dictionary structure offering bijective mapping and bidirectional O(1) access.
https://jacobgelman.com/posts/swift-bijective-dictionary
MIT License
4
stars
1
forks
source link
Add tests
#9
Closed
DandyLyons
closed
2 months ago
DandyLyons
commented
2 months ago
This PR adds some tests:
testAThousand: tests that type behaves correctly under larger data sizes. (We should add performance testing to this later).
sequence: now checks that a left and right lookup are equivalent
leftRightValues
This PR adds some tests: