Open ferng opened 5 years ago
calculate remainder of slots with a mask of size -1
maybe use a conditional: https://stackoverflow.com/questions/35785615/is-modulo-slow-in-java and ditch the modulo calc in getRealPos(n) use conditional instead
calculate remainder of slots with a mask of size -1