SciRuby / rubex

rubex - A Ruby-like language for writing Ruby C extensions.
BSD 2-Clause "Simplified" License
451 stars 21 forks source link

Ability to release the GIL #17

Closed v0dro closed 6 years ago

v0dro commented 7 years ago

Design a special syntax that allows a C function to run without GIL. This might also need some sort of a threading API for spawning native threads (if that is possible).