Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Artifact ID: | 97bebf5660ddd40444aae2da2d4ec75fe80a01bd |
|---|---|
| Page Name: | Queue |
| Date: | 2017-03-12 04:35:02 |
| Original User: | Entomy |
Content
Implementation Details
This is an incredibly basic Queue, implemented the same way as a singly-linked list, but uses its own, simplified implementation for higher performance.
No indexors, iterators, or queries are implemented for this type, as maintaining proper semantics forbids it.