summary refs log tree commit diff stats
path: root/lib/pure/collections/sharedtables.nim
Commit message (Expand)AuthorAgeFilesLines
* Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...c-blake2020-07-281-2/+6
* remove a condition that table size must be passed as power of 2 (#14926)Miran2020-07-081-6/+2
* Clean out sharedtables (#14858)Juan Carlos2020-06-301-10/+0
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-011-1/+1
* JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)hlaaftana2020-04-301-2/+0
* revert stdlib changes which are not required anymoreAndreas Rumpf2020-04-011-8/+10
* Hrm, the new errors highlighted some code that seems to be brokenZahary Karadjov2020-04-011-10/+8
* Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...c-blake2020-03-311-3/+1
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-261-0/+5
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-191-2/+4
* last stdlib cleanupsAraq2019-09-211-0/+2
* [other] prettify collections (#11695)Miran2019-07-091-4/+4
* [bugfix] fix #11588, don't check if SharedTable is initializednarimiran2019-06-261-1/+3
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-2/+2
* Initialized collections (#11094)Miran2019-04-291-1/+9
* more documentation fixesAraq2018-03-051-5/+7
* Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)Yuriy Glukhov2017-12-311-5/+15
* improve the docs for tables.addAraq2017-12-121-0/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* Add compute proc for SharedTable (#5385)Ruslan Mustakov2017-03-021-0/+46
* Allow compilation of sharedtables.nimcoffeepots2016-09-091-0/+2
* fixes a critical tables bug that caused 'enlarge' to crash after 'add'Andreas Rumpf2016-09-051-8/+11
* Introduce template withValue()cheatfate2016-05-261-0/+53
* prepared selectors module for multi threadingAraq2015-06-301-3/+3
* some progress on making async multithreadedAraq2015-05-281-0/+105