We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm a bit wary of GC scan time for large ae.utils.graphics.image.Image. Since image data is not supposed to be pointers, perhaps we could instead use malloc/free? https://github.com/CyberShadow/ae/blob/master/utils/graphics/image.d#L75
ae.utils.graphics.image.Image
The text was updated successfully, but these errors were encountered:
The GC already does not scan memory areas which do not contain pointers.
Sorry, something went wrong.
Merge pull request CyberShadow#14 from funkwerk/unittest-attributes
dfbb771
Unittest attributes
No branches or pull requests
I'm a bit wary of GC scan time for large
ae.utils.graphics.image.Image
.Since image data is not supposed to be pointers, perhaps we could instead use malloc/free?
https://github.com/CyberShadow/ae/blob/master/utils/graphics/image.d#L75
The text was updated successfully, but these errors were encountered: