Skip to content

Conversation

0xllx0
Copy link

@0xllx0 0xllx0 commented Oct 6, 2025

Adds a no_std, no_alloc implementation of the ArrayQueue.

Adds a `no_std`, `no_alloc` implementation of the `ArrayQueue`.
@0xllx0
Copy link
Author

0xllx0 commented Oct 6, 2025

After porting the ArrayQueue implementation to heapless, I thought upstream might also want a no-alloc implementation.

Most of the diffs are code motion of moving the existing alloc implementation into submodules (for src + tests). The rest is the core implementation, which is mostly a copy of the original, with some tweaks to remove the alloc dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant