summary refs log tree commit diff stats
path: root/lib/system/sets.nim
Commit message (Collapse)AuthorAgeFilesLines
* use whileBrent Pedersen2019-09-111-4/+5
|
* add amd64Brent Pedersen2019-09-111-1/+1
|
* only do 64bts on x86Brent Pedersen2019-09-111-3/+4
|
* spacingBrent Pedersen2019-09-091-1/+1
|
* count 64 bits at a timeBrent Pedersen2019-09-091-3/+7
|
* code cleanup (#10874)Arne Döring2019-03-281-9/+16
|
* sets: avoid calling countBits32 for 0 (#10619)Brent Pedersen2019-02-131-3/+3
| | | | | | | | | this speeds up the system.sets time from ~0.2 to ~0.06 in release mode. This is still slower than intsets and tables (which both are ~0.01). This assumes that most sets will be sparse. fixes #10617
* removes deprecated T/P typesAraq2018-11-161-1/+0
|
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-1/+1
|
* fixes #3135Araq2015-08-021-3/+3
|
* lib/system/g-w - Dropped 'T' from typespdw2015-06-041-2/+3
|
* the big renamefest: first stepsAraq2014-08-221-1/+1
|
* Resolve type mismatches.EXetoC2014-05-131-2/+2
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* added tools and web dirsAndreas Rumpf2009-09-151-72/+12
|
* version0.7.10Andreas Rumpf2009-06-081-0/+88
'n339' href='#n339'>339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386