Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Nim

We are on a mission to develop an easy to use and performant systems programming language.
Collective - Host: opensource - https://opencollective.com/nim - Code: https://github.com/nim-lang/Nim

add a second asyncnet.recvFrom (#14237)

* add a second asyncnet.recvFrom

* fixes

* pre-allocating address

* add a new nativesoc...

github.com/nim-lang/Nim - 252f668829ee15f91c9c7febd6cec8e9a85d6fc7 authored over 4 years ago by rockcavera <[email protected]>
docs: Make `..<`, `.. ^` more discoverable (#14835)

github.com/nim-lang/Nim - bc66788b3fbe0a312ddd4e1c2d58e902787ca512 authored over 4 years ago by Manuel Bojato <[email protected]>
Fix nimdoc invalid css on theme switch class (#14834)

github.com/nim-lang/Nim - 22f1b5120e6ea1b182185e31b2744fc3cd39cd6e authored over 4 years ago by Manuel Bojato <[email protected]>
Warn about calling wrappers at compile time until #14049 is fixed. (#14828)

github.com/nim-lang/Nim - ad00d616e8ed3dc3e7b1e8fb4a8681e5b4eca0e8 authored over 4 years ago by Sizhe Zhao <[email protected]>
testament: generic N-fold batching: windows CI 37mn=>16m (#14823)

* testament: run CI faster thanks to batching
* move ta_in, tstdin into existing tosproc
* mov...

github.com/nim-lang/Nim - 90808877c54a3822a978124f39f470ea95e37d4d authored over 4 years ago by Timothee Cour <[email protected]>
Testament: Reenable arraymancer (#14831)

github.com/nim-lang/Nim - fdb37400cba234938a27cf158b6f4cf3ac57d689 authored over 4 years ago by Clyybber <[email protected]>
Fix missing comma (#14829)

github.com/nim-lang/Nim - 70b07edf42d5bc5296bfc02769846d9d10069213 authored over 4 years ago by Sizhe Zhao <[email protected]>
Add all missing css properties to dom.nim. (#14825)

* Add all missing css properties

* remove extra space

github.com/nim-lang/Nim - f926dc53f127cb7fc26daf35e0de38612a512552 authored over 4 years ago by treeform <[email protected]>
update contributing.rst and docstyle.rst: refer to a bug via `bug #1234` + other guidelines (#14796)

* add a testing convention in nep1
* misc updates to contributing.rst and docstyle.rst
* addre...

github.com/nim-lang/Nim - 4dfb062f4dda5e8491867dc817c4b499f91ee5f7 authored over 4 years ago by Timothee Cour <[email protected]>
followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent iterators (#14817)

* followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent iterators

* ggp...

github.com/nim-lang/Nim - 49fcda33306227466161b31e0f8e0a21cbecdfaf authored over 4 years ago by Timothee Cour <[email protected]>
Add hasAttribute method to dom.nim. (#14814)

See: https://developer.mozilla.org/en-US/docs/Web/API/Element/hasAttribute

github.com/nim-lang/Nim - baa80ca9d4c5bef4b90aabf4a666b2300c62b5b7 authored over 4 years ago by treeform <[email protected]>
readLine: Fix issues with --gc:arc

**--gc:arc** defines **nimv2**. This changes the definition of **WideCStringObj**.
Also an empt...

github.com/nim-lang/Nim - 41c97e4b70d8d3b67f9080939790c6b9a64a7e74 authored over 4 years ago by ktamp <[email protected]>
turn 'runnableExample' into 'code-block' to make nightlies green

This example doesn't work on our nightlies CI.
Other procs in this module already use 'code-block'.

github.com/nim-lang/Nim - 13193b2964d76e4656a088782b10365c0ffeceed authored over 4 years ago by narimiran <[email protected]>
Add testcase for #4796 (#14784)

* Add testcase for #4796

* Fix test

github.com/nim-lang/Nim - 0a9a63923060cab29f0d0d9f8dec7fd9a37222e6 authored over 4 years ago by Clyybber <[email protected]>
koch: add --localdocs to allow building only local docs (#14783)

* koch: add --localdocs to allow building only local docs

This flag also make koch doc use th...

github.com/nim-lang/Nim - 1a0725f022299ab345a34250d37d25498664184a authored over 4 years ago by alaviss <[email protected]>
expr => untyped; stmt => typed (#14804)

* expr => untyped; stmt => typed

* changelog + comment

github.com/nim-lang/Nim - 0c56eeda0e3a9a2fd5bb3d9b53f593d6d41fb5d9 authored over 4 years ago by Timothee Cour <[email protected]>
fix #14802 (#14803)

github.com/nim-lang/Nim - 32f335f594d7007fabe4232a63f51137d7fb6cc1 authored over 4 years ago by Timothee Cour <[email protected]>
Add test-cases to some fixed issues to close them (#14795)

github.com/nim-lang/Nim - 03271593446f72cb99ebe8b68121999ba7ea8021 authored over 4 years ago by Danil Yarantsev <[email protected]>
readLine: Remove recursive imports

github.com/nim-lang/Nim - c6e09e335a63f2a0e3108d40e56b72a3214a045f authored over 4 years ago by ktamp <[email protected]>
Reject casts to builtin typeclasses (#14788)

* Closes #14231, closes #14452

* Merge test to tcast.nim

github.com/nim-lang/Nim - 80952cadaab41ab198a22be5f245eb2ea678ddfa authored over 4 years ago by Danil Yarantsev <[email protected]>
add typetraits.elementType (#14780)

* add typetraits.elementType

* add a test for 0-sized seq

github.com/nim-lang/Nim - 3e5743d6f72d9953eb97e54c11149c8b77c1062d authored over 4 years ago by Timothee Cour <[email protected]>
Patch #14716 - add missing `when` (#14792)

github.com/nim-lang/Nim - 0434aef4cdc1dd018dff702a9edeb19b5073bc05 authored over 4 years ago by Euan <[email protected]>
fromJson: support object variants (#14694)

github.com/nim-lang/Nim - 37081e29458d9fba906e162c690d9c2d56cffeca authored over 4 years ago by Timothee Cour <[email protected]>
Fix #14715 - detect tool fails on FreeBSD (#14716)

github.com/nim-lang/Nim - a3ae52de1a1a1e0556f235eadf3279db44ca3113 authored over 4 years ago by Euan <[email protected]>
fix #10343 (#14789)

github.com/nim-lang/Nim - b49ac11a77f0cd56c00838c7e4728909c2dfc1b7 authored over 4 years ago by Timothee Cour <[email protected]>
CI: Install the pkg we cloned (#14770)

github.com/nim-lang/Nim - 302e3b7f447d2ab776030a720441694a374f59c6 authored over 4 years ago by Clyybber <[email protected]>
cleanup [ci skip]

github.com/nim-lang/Nim - 2220ff70beea0a72c61f9363cb8f0102ea317e6e authored over 4 years ago by narimiran <[email protected]>
Fix Norm test path. (#14779)

github.com/nim-lang/Nim - 1b196d85aa3d9b00e97d0d1687d11b993e6086ea authored over 4 years ago by Constantine Molchanov <[email protected]>
readLine: Unicode support for Windows console

When input is read from the Windows console, input encoding is UTF16. This is translated interna...

github.com/nim-lang/Nim - a3b95162499833c17699e0d22c44d3dd09a1ef54 authored over 4 years ago by ktamp <[email protected]>
Enable fidget in important_packages. (#14742)

* Enable fidget in important_packages.

Fidget now works with `nimble test` and there is a CI:...

github.com/nim-lang/Nim - 9ebbe000a81b735f0bb8350b0897c9d1b0d1f43f authored over 4 years ago by treeform <[email protected]>
[backport] fix #14748, move gdb files to other section of installer.ini (#14772)

github.com/nim-lang/Nim - 6bf2990f6639726afa96cabfe1a5338f491743e0 authored over 4 years ago by Miran <[email protected]>
fix #14750, don't allocate too much in newWideCString (#14773)

github.com/nim-lang/Nim - 881d1ee57b99c42e016fe0f8d2ca64a253f75960 authored over 4 years ago by Miran <[email protected]>
Correct changelog (#14775)

These switches were removed, not deprecated :)

github.com/nim-lang/Nim - 685d03e2e0af156021b63b33575ad6d26dc6a228 authored over 4 years ago by Clyybber <[email protected]>
fixes #14760 (#14769)

github.com/nim-lang/Nim - 16bdc547b7726c3abfcc763d2410d5cd39481a54 authored over 4 years ago by Andreas Rumpf <[email protected]>
Add testcase for #14440 (#14771)

github.com/nim-lang/Nim - 4cb41f53f06995709d8f00587fbcaa34eb555b7b authored over 4 years ago by Clyybber <[email protected]>
Deprecated laxStrings for mutating the internal zero terminator on strings and its Deprecated code cleaned out (#14766)

Co-authored-by: Andreas Rumpf <[email protected]>

github.com/nim-lang/Nim - 28510a9da9bf2a6b02590ba27b64e951a208b23d authored over 4 years ago by Juan Carlos <[email protected]>
Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763)

github.com/nim-lang/Nim - c3459c7b148cd00d85b01ddae74782648a5d4e37 authored over 4 years ago by Juan Carlos <[email protected]>
Documentation GC (#14739)

github.com/nim-lang/Nim - 79ed8e79efa49f49e1c522ea803d0317e05f0462 authored over 4 years ago by Juan Carlos <[email protected]>
minor bugfixes for 'func' and .borrow

github.com/nim-lang/Nim - ebd1cc0265bd2b9fa071b0649183f14def0f307b authored over 4 years ago by Araq <[email protected]>
init checks and 'out' parameters (#14521)

* I don't care about observable stores
* enforce explicit initializations
* cleaner code for t...

github.com/nim-lang/Nim - da29222f86f7689227ffe12605842d18c9bf0fc1 authored over 4 years ago by Andreas Rumpf <[email protected]>
misc testament cleanups (#14764)

* misc testament cleanups extracted cleanups from #14530

* make sure all CI failures can be s...

github.com/nim-lang/Nim - a9eee6db65e72e0e11cbf5faf0794b1b6ac8bd0c authored over 4 years ago by Timothee Cour <[email protected]>
Deprecate and/or remove ospaths (#14767)

github.com/nim-lang/Nim - 8e54bc5b0c06dcf2ed0de6b8a10733155e15dc0a authored over 4 years ago by Juan Carlos <[email protected]>
fix bug in semgnrc: runnableExamples should not semcheck, even with > 1 arg (#14768)

github.com/nim-lang/Nim - 511bd947d3a90a5ffedc994a45a36c4eeca63856 authored over 4 years ago by Timothee Cour <[email protected]>
unbreak CI, refs https://github.com/timotheecour/Nim/issues/167 (#14765)

github.com/nim-lang/Nim - 235d8ba069b122f34dee3ab12a34d2fba73326ce authored over 4 years ago by Timothee Cour <[email protected]>
Remove outdated comment and copy of length (#14759)

github.com/nim-lang/Nim - 03c8bbcc6ed499c9333e1c1e946c403c1f135831 authored over 4 years ago by Clyybber <[email protected]>
added normal variate function (#14725)

* added normal variate function
* change method only slightly faster
* changelog + since

Co...

github.com/nim-lang/Nim - 59ba4d8c031ecd145c027c632e443c92b9c3b29d authored over 4 years ago by b3liever <[email protected]>
fixes #14240 [backport:1.2] (#14757)

github.com/nim-lang/Nim - 451129de4213805b74b1635565d998904d705458 authored over 4 years ago by Andreas Rumpf <[email protected]>
fixes #14458 [backport:1.2] (#14756)

github.com/nim-lang/Nim - 8df20276c9e7f714aacfad7b20f9308233f6bfdd authored over 4 years ago by Andreas Rumpf <[email protected]>
posix_other: add define to force time_t to 64 bit [backport] (#14753)

This is a temporary remedy for time_t transition to 64 bit on newer
Linux libc (musl >= 1.2.0, ...

github.com/nim-lang/Nim - c8554ebc0c0c67b4f691a760b5e844f974e92ddc authored over 4 years ago by alaviss <[email protected]>
[backport] Docs: Fix broken `code-block` (#14749)

This commit indents the contents of a `code-block` in `httpclient.nim`
so that it displays corr...

github.com/nim-lang/Nim - 1e484ed62b499432883575e6b29c930874377d7a authored over 4 years ago by ee7 <[email protected]>
Export fields from the Selection object. (#14752)

See: https://developer.mozilla.org/en-US/docs/Web/API/Selection

github.com/nim-lang/Nim - 1ffe1134501210e23e71e0f23099c2005edd98c9 authored over 4 years ago by treeform <[email protected]>
sizeof for empty objects/tuples should be 1; fixes #14690 (#14751)

github.com/nim-lang/Nim - 3ba0c30758e1044aba11bb908a7d83de7ea215bc authored over 4 years ago by Andreas Rumpf <[email protected]>
encodings: use only one iconv definition [backport:1.2] (#14741)

Fix an issue reported on IRC: using encodings with --dynlibOverrideAll
result in duplicated ico...

github.com/nim-lang/Nim - c7dee55b87fe0f35a411b4ec48f833be5537a231 authored over 4 years ago by alaviss <[email protected]>
Add css white-space property to dom.nim. (#14743)

https://developer.mozilla.org/en-US/docs/Web/CSS/white-space

github.com/nim-lang/Nim - ca71a60ff6a86244eddee28d175e9c546fe2bfc7 authored over 4 years ago by treeform <[email protected]>
nep1: use subjectVerb, not verbSuject (#14732)

github.com/nim-lang/Nim - 79c90b30ee5590b02f8bcfac68ed0c9ef7b38e7d authored over 4 years ago by Timothee Cour <[email protected]>
Clarify the use of the backwards index operator (^N) in tut1 (#14681)

* Clarify the use of the backwards index operator (^N) in tut1

For consistency:
- Do `[a .. ...

github.com/nim-lang/Nim - ac8ab4c54967a83d800655d9de42ece7d5e21c93 authored over 4 years ago by Kaushal Modi <[email protected]>
Deprecate unroll pragma, remove from documentation (#14705)

github.com/nim-lang/Nim - 99c198625c602984578f9c53b05a28c54de4f4cb authored over 4 years ago by Juan Carlos <[email protected]>
fix #13899 defer now works with async (#14723)

github.com/nim-lang/Nim - 2039e3e883ac42cd9b6012335a92564ca2b56387 authored over 4 years ago by Timothee Cour <[email protected]>
fixes #14718 [backport]

github.com/nim-lang/Nim - 65c7884a3c84d7e1750cf630940b089ed204bc1a authored over 4 years ago by Araq <[email protected]>
Add testcases for #11811 and #14315 (#14726)

* Add testcase for #11811

* Add testcase for #14315

github.com/nim-lang/Nim - 45d1e55e72aea9acfcf1a6fb7061779a243d7921 authored over 4 years ago by Clyybber <[email protected]>
improve the parser's error message

github.com/nim-lang/Nim - 45bc6954c510fa9ca742cb333ce88d9625ad1e29 authored over 4 years ago by Araq <[email protected]>
added a space

github.com/nim-lang/Nim - 522bc8dda1f36ffe5f14eb6b1bfdba215b45b139 authored over 4 years ago by Araq <[email protected]>
fix #14685 tests/async/t7758.nim flaky (#14721)

* fix #14685 tests/async/t7758.nim flaky

* address comment

* address comment

github.com/nim-lang/Nim - 5ad8b9e8ebb2e21e20484afbaffa9450715079cd authored over 4 years ago by Timothee Cour <[email protected]>
add legacy workaround; improve test so that it actually tests for the bugfix

github.com/nim-lang/Nim - 9c42ae91b735bda29de9afbc1333da52a85b3297 authored over 4 years ago by Timothee Cour <[email protected]>
Update tuple newLit

github.com/nim-lang/Nim - 408518c9fed9757fd1cc246e3ced05ecbb3bcaab authored over 4 years ago by solo989 <[email protected]>
make nim-gdb compatible with BSD systems (#14700)

github.com/nim-lang/Nim - 99ad65fdd616e2bc21a688acffb9f5f310b70066 authored over 4 years ago by BarrOff <[email protected]>
fix #14691 docgen works again for methods (#14701)

* fix #14691 docgen methods

* fixup

github.com/nim-lang/Nim - bb62feff72a911ca9a314eba6409a6f4f786b568 authored over 4 years ago by Timothee Cour <[email protected]>
[cleanups] doassert => doAssert; mark deadcode (#14711)

github.com/nim-lang/Nim - 7df27b5035ad128812fbd070e3fa80ef6819e4df authored over 4 years ago by Timothee Cour <[email protected]>
Remove deprecated stuff from stdlib (#14699)

* update to the latest Jester

* remove deprecated procs from some stdlib modules

* 'criter...

github.com/nim-lang/Nim - e7f280bd26a54b4f187b087c8d35f43f0e6328c7 authored over 4 years ago by Miran <[email protected]>
remove compilerproc from `newIdentNode` (#14692)

github.com/nim-lang/Nim - 861953429362d72a76fe3768a25db3f8a1cf70ee authored over 4 years ago by Timothee Cour <[email protected]>
Documentation update nims.rst (#14683)

* Update nims.rst to add modules that work on NimScript as mentioned in the changelog.md

* ht...

github.com/nim-lang/Nim - 15a45e8e73a4e8eb645e4c3c3a5080465347cc60 authored over 4 years ago by Juan Carlos <[email protected]>
Update macros.nim (#14697)

github.com/nim-lang/Nim - bdd2c25e9f97e8b92d6445417dd70450123a79fe authored over 4 years ago by solo989 <[email protected]>
use check to investigate #14685 flaky tests/async/t7758.nim (#14689)

github.com/nim-lang/Nim - ff93302f69c724bc03d7e0529fb0b9b6bfa0b36e authored over 4 years ago by Timothee Cour <[email protected]>
cleanup tests/test_nimscript.nims (#14686)

github.com/nim-lang/Nim - 7ded490ec06286bb016bcb525e8d816f952e7bfc authored over 4 years ago by Timothee Cour <[email protected]>
Close#5586 (#14682)

* re-enable macos and bsd on some coro tests

* re-enable macos and bsd on some coro tests

github.com/nim-lang/Nim - e35b21e55310e93ca04980febe1a48c9436bded9 authored over 4 years ago by Dylan Modesitt <[email protected]>
Set cincludes and clibdir for FreeBSD, OpenBSD and NetBSD. (#14680)

github.com/nim-lang/Nim - 1bc2e19498a718276496263b574a66bb2ee84f56 authored over 4 years ago by Euan <[email protected]>
`addQuitProc` now works with closures, and c, js(node/browser) backend; fix some bugs in testament (#14342)

* make addQuitProc great again

* fix bugs in testament

* fix test

* change 2016 => 2020...

github.com/nim-lang/Nim - dfe51d10a1f204d0c3ab1a8be1e109029cc54f9b authored over 4 years ago by Timothee Cour <[email protected]>
fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)

* fix #14142: no more clash with: import os + use of existsDir/dirExists/existsFile/fileExists/f...

github.com/nim-lang/Nim - 45cac4afda2272182ea1eb7572493d6c71e2da4e authored over 4 years ago by Timothee Cour <[email protected]>
Use cc on OpenBSD and link to libm when building result (#14672)

github.com/nim-lang/Nim - 7b12f13946e833d85ddfe23fafee0c808b27bafb authored over 4 years ago by Euan <[email protected]>
`hintMsgOrigin` now works in VM code (#14678)

* `hintMsgOrigin` now works in VM code

* remove a simplification for now

github.com/nim-lang/Nim - de5cde473a2809ac4a2940ec2704d575307521b4 authored over 4 years ago by Timothee Cour <[email protected]>
misc cleanups in compiler msgs: use toHumanStr, etc (#14677)

github.com/nim-lang/Nim - faedb14a167497f96b1499305deb5538e579eeb0 authored over 4 years ago by Timothee Cour <[email protected]>
make tests/stdlib tests joinable (#14626)

* make tests/stdlib tests joinable

* fixup

github.com/nim-lang/Nim - 49033eb5314d7f07e5ecc088dd0933010bb581d8 authored over 4 years ago by Timothee Cour <[email protected]>
make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669)

* make toJson more robust

* properly handle array

github.com/nim-lang/Nim - d51beb7b20c7670a17769b30e721fe67761f98e6 authored over 4 years ago by Timothee Cour <[email protected]>
normalizeExe (#14668)

github.com/nim-lang/Nim - bf604c6829f87a551dc3b5ad836679be4ab53789 authored over 4 years ago by Timothee Cour <[email protected]>
Update newLit set[T] to work when set is empty. (#14662)

* Update macros.nim

* Update lib/core/macros.nim

Co-authored-by: Clyybber <darkmine956@gma...

github.com/nim-lang/Nim - 3cbf59336d6b9838dbf534f8e55fdfc8e7ab6954 authored over 4 years ago by solo989 <[email protected]>
Added --benchmarkVM to times.cpuTime() documentation (#14663)

github.com/nim-lang/Nim - 571bc011eaa9eb9214291d34ca008ab41ce7ebc1 authored over 4 years ago by Ico Doornekamp <[email protected]>
Change 'Future Directions' to link memory management documentation (#14664)

github.com/nim-lang/Nim - a056b4c3f135120bdd948c32273fd902273c2773 authored over 4 years ago by Juan Carlos <[email protected]>
fix codegen bug due to changing existing symbol declaration in template (#14666)

github.com/nim-lang/Nim - 5a22d6b57bec6eca3d123a7d911f32b58b410cf8 authored over 4 years ago by jcosborn <[email protected]>
compiler/commands: make gitHash settable at compile-time. (#14654)

This is useful for building nightlies, since we will be building from a
generated source archiv...

github.com/nim-lang/Nim - d749c8cd87508871dc28b528f57d26b1004007b3 authored over 4 years ago by alaviss <[email protected]>
add arc and orc to gc list (#14653)

github.com/nim-lang/Nim - 4e3edf58360d1c4da79d50acdf5cf98b97ce585d authored over 4 years ago by Andy Davidoff <[email protected]>
fix #14655 setLen(seq) now zeros memory (#14656)

* simplify sysstr.nim

* fix #14655

github.com/nim-lang/Nim - 0fc5d3f13beb13b4bd5a6174a2f2b00d14d862fb authored over 4 years ago by Timothee Cour <[email protected]>
Clarify imported exceptions note in manual

github.com/nim-lang/Nim - d3b25a294858f655eef8c45d2a8b8b55261d53ac authored over 4 years ago by Dominik Picheta <[email protected]>
fix #13166 tioselectors flaky test on freebsd+OSX (#14634)

github.com/nim-lang/Nim - d1498230198888c1b7699ed0b1de12796fd30a7d authored over 4 years ago by Timothee Cour <[email protected]>
reorder.nim: fixed typos

github.com/nim-lang/Nim - 5a26c3799b77e68c6e9d1c90e0dcb614de25206f authored over 4 years ago by Araq <[email protected]>
remove tyOpt, mOpt (#14636)

* remove tyOpt, mOpt

* fixup

github.com/nim-lang/Nim - e30a08103da14d5b1e02d6c04dc2d5afb5b9368d authored over 4 years ago by Timothee Cour <[email protected]>
Add rstgen.rstToLatex convenience proc for renderRstToOut and initRstGenerator with outLatex output, see https://github.com/nim-lang/fusion/pull/11#issuecomment-641804899 (#14629)

github.com/nim-lang/Nim - 82e424189ee4bf0f05fcf5695fe1c3e2d2dfc51f authored over 4 years ago by Juan Carlos <[email protected]>
httpcore: Add http code 308 Permanent Redirect (#14639)

* httpcore: Add http code 308
* httpclient: Add 308 to redirection proc
* fix typo

github.com/nim-lang/Nim - 1168c75381446f8c81ce3f5f329ce2dab238415c authored over 4 years ago by djazz <[email protected]>
tools/kochdocs: add log folding supports for more CI services (#14643)

Added log folding for:
- Github Actions
- Azure Pipelines

github.com/nim-lang/Nim - 67d34366dc442cd655c78ce41a3fa50491736eb6 authored over 4 years ago by alaviss <[email protected]>
Disable tfdleak_multiple on platforms other than Windows (#14624)

github.com/nim-lang/Nim - c83a22b76e22d3cae0e0e6e4b9358ed9bd31ecb5 authored over 4 years ago by Timothee Cour <[email protected]>
Add `proc find` to `heapqueue` (#14628)

* Unwind just the "pseudorandom probing" (whole hash-code-keyed variable
stride double hashing)...

github.com/nim-lang/Nim - 6aa971d39f1339a27a953972cd329f9cbe791f98 authored over 4 years ago by c-blake <[email protected]>