status-im / nimbus-eth1

Nimbus: an Ethereum Execution Client for Resource-Restricted Devices
https://status-im.github.io/nimbus-eth1/
Apache License 2.0
568 stars 112 forks source link

GC safety of Nimbus-related projects #209

Closed stefantalpalaru closed 5 years ago

stefantalpalaru commented 5 years ago

Projects we're able to use with --threads:on (guaranteed by enabling it in their test suite):

jangko commented 5 years ago

jangko/snappy#2

stefantalpalaru commented 5 years ago

Thanks. Added to the list.

stefantalpalaru commented 5 years ago

There's a stdlib bug on Windows that prevents threading there: https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051

stefantalpalaru commented 5 years ago

Goal achieved, but we might want to keep the issue open to track those 3 projects with no test suites.