On Saturday, 23 April 2016 at 09:13:01 UTC, Johan Engelen wrote: > Well, this 140k list has a removal very early on, so the linear > search is going to happen >100k times from then on ;) No – only for searching the particular removed item (or other false positives due to hash collisions). — David