flywind
|
eb8cc51bb8
tables module uses runnableExamples (#16994)
|
3 년 전 |
flywind
|
d447c0fe3f
use typeof instead type (#16962)
|
3 년 전 |
cooldome
|
04f8fcfbd0
Tables, use sink val arguments more actively (#15625)
|
4 년 전 |
c-blake
|
196e747df1
Attempt to explain better why delImplIdx is the way it is. Maybe this can (#15108)
|
4 년 전 |
c-blake
|
b2a1944587
Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#15104)
|
4 년 전 |
Miran
|
3de5296337
remove a condition that table size must be passed as power of 2 (#14926)
|
4 년 전 |
c-blake
|
b1aa3b1eea
Unwind just the "pseudorandom probing" part of recent sets,tables changes (#13816)
|
4 년 전 |
Timothee Cour
|
42dad3a836
tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of tests (#13498) [backport]
|
4 년 전 |
Timothee Cour
|
8c22518d67
[backport] pseudorandom probing for hash collision (#13418)
|
4 년 전 |
Andreas Rumpf
|
60d64d1aef
use system.move instead of system.shallowCopy if the GC mode requires it
|
5 년 전 |
narimiran
|
326e3ad09d
[bugfix] fix #11588, don't check if SharedTable is initialized
|
5 년 전 |
Miran
|
45bbf1ef5b
[bugfix] fix OrderedTable default initialization (#11549)
|
5 년 전 |
Andreas Rumpf
|
7215341190
make fullpaths the default in error messages and stack traces for mor… (#11385)
|
5 년 전 |
Miran
|
737fff5902
Initialized collections (#11094)
|
5 년 전 |
Andreas Rumpf
|
aed8766e84
stdlib: use system.default if it exists
|
5 년 전 |
narimiran
|
b40a637fac
better docs: tables
|
6 년 전 |
Andreas Rumpf
|
6a3288a60e
more replacements for the deprecated '<'
|
7 년 전 |
Arne Döring
|
000b8afd26
Remove expr/stmt (#5857)
|
7 년 전 |
Ruslan Mustakov
|
a81247dcbe
Add compute proc for SharedTable (#5385)
|
7 년 전 |
Yuriy Glukhov
|
4423da465a
Workaround for #5098
|
8 년 전 |
Felix Krause
|
93a998204c
Fixes #5035
|
8 년 전 |
Andreas Rumpf
|
1e134aed49
Merge pull request #4367 from kierdavis/4365-tables-clear
|
8 년 전 |
Andreas Rumpf
|
a8edf67a28
make nim bootstrap again for older versions
|
8 년 전 |
Andreas Rumpf
|
60b187513e
stdlib and compiler don't use .immediate anymore
|
8 년 전 |
Kier Davis
|
edb5a1a5c6
Fix clear() on CountTable
|
8 년 전 |
Andreas Rumpf
|
5f83e869fa
attempt to fix a critical memory leak in Nim's collections
|
8 년 전 |
Dominik Picheta
|
2b162c04b1
Implements tables.clear.
|
8 년 전 |
Yuriy Glukhov
|
308b7c0138
Fixed Table::del in JS
|
8 년 전 |
Araq
|
28de800d61
Merge branch 'more_concurrency' into devel
|
9 년 전 |
Araq
|
21ea8e6913
some progress on making async multithreaded
|
9 년 전 |