Replies: 1 comment
-
Thnx for reporting this. Will look into it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following test fails. It's adapted from the Faster.Map test suite by simply changing the value that is being looked up from 4 to 0:
As far as I can tell the underlying storage array is initialized with 0 as a key (for integer keys), which leads to spurious hits, and consequently to null exceptions.
Beta Was this translation helpful? Give feedback.
All reactions