request: more nogc compatibility #22
Closed
Moth-Tolias
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
That is the general direction that we're trying to go, but I want to make it clear that it's not going to be possible to completely remove the GC from Phobos. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Several useful features of phobos v2 allocate memory, making them unusable in performance-critical code. Some things simply can't be done safely without using the heap, of course, but it would be nice if phobos v3 was written with
@nogc
compatibility as a goal.Beta Was this translation helpful? Give feedback.
All reactions