Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any chance of nothrow+@nogc? #10

Open
p0nce opened this issue Sep 19, 2022 · 2 comments
Open

Any chance of nothrow+@nogc? #10

p0nce opened this issue Sep 19, 2022 · 2 comments

Comments

@p0nce
Copy link

p0nce commented Sep 19, 2022

No description provided.

@ZILtoid1991
Copy link
Owner

I'll go over the code, and check what functions may not throw or don't need heap allocation. That's the best I can do for now, manual management of the heap is prone to errors, and otherwise would have overcomplicated the project.

@burner
Copy link
Contributor

burner commented Oct 10, 2022

If that it is going to be SAX parser. The DOM is by its very nature a no go for nogc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants