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

Priority encoder based allocator #5

Closed
wants to merge 10 commits into from
Closed

Priority encoder based allocator #5

wants to merge 10 commits into from

Conversation

tilk
Copy link
Member

@tilk tilk commented Nov 20, 2024

This PR introduces a priority encoder based allocator: a module which keeps track of used IDs in certain continuous range. Can be used for e.g. register allocation. Inspired by the allocator by @lekcyjna123, but with a simpler interface.

@tilk tilk added the enhancement New feature or request label Nov 20, 2024
@tilk tilk requested a review from lekcyjna123 November 20, 2024 14:07
@tilk tilk mentioned this pull request Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants