Exerg/WaitFreeCollections

head size is incorrect.

Closed this issue · 1 comments

Head size should be 2^array_length, not 2^(array_length + 1). No impact on map functioning, however extra allocated memory is never used.

Fixed by #11.