-
Notifications
You must be signed in to change notification settings - Fork 200
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
Document basic concepts #6
Comments
Agree. |
It would also be very helpful, to have an more complex example where we build something I am also wondering if there is already some allocator in the library which splits to different allocators depending on which core (thread) it allocates... (?)... |
I have the segregators: https://foonathan.net/memory/segregator_8hpp.html
No, there is nothing like that, but PRs are welcome. |
In addition to memory-specific concepts already described in docs, it would be useful to describe basic concepts of memory management, such as allocator, arena, pool, etc. This would make the library design easier to understand by newcomers. Also this clarifies the nomenclature used by the library and its docs.
The text was updated successfully, but these errors were encountered: