v0.8.6 #22
richardbiely
announced in
Announcements
v0.8.6
#22
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a maintenance release bringing mostly bug fixes and internal improvements.
New features are of internal nature. In order to have more control over allocations, the project switched to using allocators for everything (we already had ChunkAllocator for handling allocation of memory for archetype chunks). This way, every allocation can be monitored and if necessary, allocation strategy for any given place in the project can be easily changed. Also, this gives the user the ability to override the default allocation with a custom one if needed.
The project supports allocation tracing via Tracy. This gives us the ability to see where any allocation comes from and how the situation changes over time:
Release notes
Fixed:
Changed:
Tweaked:
Added:
Full Changelog: v0.8.5...v0.8.6
This discussion was created from the release v0.8.6.
Beta Was this translation helpful? Give feedback.
All reactions