Re: Announce: scnim - Write SuperCollider UGens in Nim (Proof of Concept)
carlo-3+kk896uEWp9MqFnZXqmrwC/[email protected]
| Newsgroups | gmane.comp.audio.supercollider.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Tom! >Nice work, Carlo! Do you know if Nim provides guarantees about realtime properties (e.g. no malloc) > in the generated C++ code? Thank you very much! I'm not familiar with the term "real-time guarantee", but mallocs are easy enough to avoid. For low-latency realtime you turn the garbage collector off with a compiler hint or a command-line argument. When you do that, the compiler will warn you if use any language feature that results in a memory allocation. -- Sent from: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/SuperCollider-Developers-New-Use-this-f2681767.html _______________________________________________ sc-dev mailing list info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/ search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/