summary refs log tree commit diff stats
path: root/lib/pure/collections/hashcommon.nim
Commit message (Expand)AuthorAgeFilesLines
* remove a condition that table size must be passed as power of 2 (#14926)Miran2020-07-081-4/+10
* Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...c-blake2020-03-311-63/+17
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-191-16/+71
* [other] prettify collections (#11695)Miran2019-07-091-4/+4
* Initialized collections (#11094)Miran2019-04-291-0/+68