Idiomatic D using GC as a library writer
vushu
danvu.hustle at gmail.com
Mon Dec 5 16:23:04 UTC 2022
On Monday, 5 December 2022 at 10:48:59 UTC, Guillaume Piolat
wrote:
> There are legitimate uses cases when you can't afford the
> runtime machinery (attach/detach every incoming thread in a
> shared library), more than not being able to afford the GC from
> a performance point of view.
>
> [...]
Thanks for the description of your usecase, good to know your
perspective when considering using a library :)
More information about the Digitalmars-d-learn
mailing list