| package | description | category | license |
|---|---|---|---|
| yrmt/arraylist | doubly linked list based on BSD TAILQ | Data structure | MIT |
| willemt/bipbuffer | circular buffer alternative | Data structure | BSD |
| willemt/heap | heap priority queue | Data structure | BSD |
| willemt/linked-list-queue | Queue using a linked list | Data structure | BSD |
| willemt/meanqueue | An integer queue that calculates mean in O(1) | Data structure | BSD |
| willemt/arrayqueue | Queue implemented using an array | Data structure | BSD |
| willemt/duraqueue | Queue built to be durable under failure | Data structure | BSD |