On Thu, Feb 22, 2024 at 10:30 AM Thomas Munro <thomas.mu...@gmail.com> wrote: > collisions arbitrarily far apart (just decide how many bits to use).
. o O ( Perhaps if you also allocated slots using a FIFO freelist, instead of the current linear search for the first free slot, you could maximise the time before a slot is reused, improving the collision-avoiding power of a generation scheme? )