Core - FIFO/LIFO Queues & Stacks #33

Closed
opened 2026-03-03 19:21:37 +00:00 by admin · 1 comment
Owner
  • New core, portable datastructure FIFO Stack.
    • Choice between DList or LList backed.
  • New core, portable datastructure LIFO Queue.
    • Extended to allow for circular/ring
    • Min heap / Max heap support
    • CFIFOLS Queue (Contiguous First-in, First-Out Queue List), a list to manage your queues.
  • Priority Queue
- New core, portable datastructure FIFO Stack. - Choice between DList or LList backed. - New core, portable datastructure LIFO Queue. - Extended to allow for circular/ring - Min heap / Max heap support - CFIFOLS Queue (Contiguous First-in, First-Out Queue List), a list to manage your queues. - Priority Queue
admin added this to the 2.0.0 milestone 2026-03-03 19:21:37 +00:00
admin added the Feature
Component
Core
labels 2026-03-03 19:21:37 +00:00
Aaron was assigned by admin 2026-03-03 19:21:37 +00:00
admin added this to the Asuro Release Planning project 2026-03-03 19:21:37 +00:00
admin moved this to Planned in Asuro Release Planning on 2026-03-03 19:21:46 +00:00
admin moved this to In Progress in Asuro Release Planning on 2026-03-03 19:21:49 +00:00
t3hn3rd added reference feature/Queues 2026-03-04 00:07:10 +00:00
t3hn3rd moved this to Develop Testing in Asuro Release Planning on 2026-03-04 00:07:23 +00:00
Author
Owner

Implemented by: feature/queues

Implemented by: feature/queues
admin closed this issue 2026-03-08 21:57:49 +00:00
admin moved this to Done in Asuro Release Planning on 2026-03-08 21:57:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Spexeah/Asuro#33