Does anyone have an article or even brief description of how void, void arrayhashmaps work in internpool?
I kinda get the intent but I'm having trouble visualizing what's happening. What gets stored in the hashmap (if anything) or is it just an API for a linear probe?
And, how does an array map change things? (I'm not completely sure how array maps differ in general from regular hashtables, trying to read through source code now).
I do understand how hashtables work, and how void values (sets) work.
Thanks!