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
At the moment, the internal lists for allocated KLS_Region are simple linked lists.
KLS_Region
A new implementation leveraging a doubly linked list could be added.
The current API would need a deep refactor to ensure sound operations when handing the different list implementation.
At the moment, there's no plans on how to approach the refactor of the current internal symbols.
The text was updated successfully, but these errors were encountered:
jgabaut
No branches or pull requests
At the moment, the internal lists for allocated
KLS_Region
are simple linked lists.A new implementation leveraging a doubly linked list could be added.
The current API would need a deep refactor to ensure sound operations when handing the different list implementation.
At the moment, there's no plans on how to approach the refactor of the current internal symbols.
The text was updated successfully, but these errors were encountered: