Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of ↵ | Timothee Cour | 2020-02-26 | 1 | -3/+3 |
| | | | | | | | | | | | tests (#13498) [backport] * fix #13496 handle tombstones * add test * more tests * fix #13504; add SharedTable tests * fix #https://github.com/nim-lang/Nim/issues/13505 intsets.missingOrExcl silently gave wrong results sometimes * add test for tintsets | ||||
* | [backport] pseudorandom probing for hash collision (#13418) | Timothee Cour | 2020-02-19 | 1 | -18/+5 |
| | |||||
* | use system.move instead of system.shallowCopy if the GC mode requires it | Andreas Rumpf | 2019-10-04 | 1 | -1/+1 |
| | |||||
* | [other] prettify collections (#11695) | Miran | 2019-07-09 | 1 | -10/+10 |
| | |||||
* | Initialized collections (#11094) | Miran | 2019-04-29 | 1 | -0/+153 |
* tables: initialized by default * sets: initialized by default * DRY: extract shared functionality * add a changelog entry * fix errors * don't test include files * make it work for sharedtables * fix discovered bugs * add exhaustive tests |