status-im / nim-secp256k1

A wrapper for libsecp256k1
Apache License 2.0
7 stars 5 forks source link

avoid finalizer, may destabilize the GC #28

Closed arnetheduck closed 3 years ago

arnetheduck commented 3 years ago

forgot about https://github.com/nim-lang/Nim/issues/4851 when writing it

generally, will only be a problem if threads are created and destroyed often