narimiran
|
732ddc02da
change/remove deprecated stuff
|
4 years ago |
narimiran
|
b13fb9ddb8
fix #15750
|
4 years ago |
Miran
|
3de5296337
remove a condition that table size must be passed as power of 2 (#14926)
|
4 years ago |
ee7
|
a754160d65
tables.nim: Add named fields in `smallest` and `largest` (#14919)
|
4 years ago |
Zahary Karadjov
|
0521f98486
Hrm, the new errors highlighted some code that seems to be broken
|
4 years ago |
Miran
|
8088633250
faster CIs (#13803)
|
4 years ago |
Timothee Cour
|
42dad3a836
tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of tests (#13498) [backport]
|
4 years ago |
Clyybber
|
87dd19453b
Remove testutils (#13435) [backport]
|
5 years ago |
Timothee Cour
|
8c22518d67
[backport] pseudorandom probing for hash collision (#13418)
|
5 years ago |
Miran
|
734da9e1df
fixes #11764, faster hashing of (u)int (#12407)
|
5 years ago |
Andy Davidoff
|
01f09567c4
faster CountTable sort(), optional SortOrder (#11010)
|
5 years ago |
Andreas Rumpf
|
ac785b0623
testament: joinable is now an explicit concept of a test spec
|
6 years ago |
Arne Döring
|
a5ecbf823f
lots of small changes
|
6 years ago |
Arne Döring
|
1105d03644
require errormsg to be specified before file.
|
6 years ago |
Miran
|
95504caa31
make some tests faster (#9413)
|
6 years ago |
Miran
|
7f18d7cbc1
Merge tests into a larger file (part 1 of ∞) (#9318)
|
6 years ago |
Yuriy Glukhov
|
d1e10f9aa3
Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)
|
7 years ago |
Fabian Keller
|
6df6ec27ec
Improved collection-to-string behavior (#6825)
|
7 years ago |
Ruslan Mustakov
|
78315792d3
Implement 'take' for Table and TableRef (#5773)
|
7 years ago |
Ruslan Mustakov
|
a81247dcbe
Add compute proc for SharedTable (#5385)
|
8 years ago |
Arne Döring
|
2c6c865b35
reenabled clear test, made clear working (#5323)
|
8 years ago |
Felix Krause
|
93a998204c
Fixes #5035
|
8 years ago |
Felix Krause
|
73b0bb52bb
Table fixes. fixes #4901
|
8 years ago |
Kier Davis
|
8e843354e1
Disable failing tests for tables.clear()
|
8 years ago |
Kier Davis
|
0390248419
Add tests for tables.clear()
|
8 years ago |
Araq
|
d8b0edc323
Merge branch 'mget' of https://github.com/def-/Nim into def--mget
|
9 years ago |
Jonathan
|
8e4af5ace0
Add contains proc for tables to allow usage of `in`
|
9 years ago |
def
|
63f9385327
Rename mget to `[]`
|
9 years ago |
Hans Raaf
|
93aa73284e
Fix unknown symbol in tables mpairs iterator.
|
10 years ago |
Charles Blake
|
b65032e77e
Add some unit tests for mgetOrPut and hasKeyOrPut.
|
10 years ago |