dalicious.container

Some additional containers.

Members

Classes

StaticLRUCacheMiss
class StaticLRUCacheMiss
Undocumented in source.

Structs

BoundedStack
struct BoundedStack(T, size_t staticBufferSize = size_t.max)

An array-based implementation of a ring buffer.

RingBuffer
struct RingBuffer(T, size_t staticBufferSize = size_t.max)

An array-based implementation of a ring buffer.

StaticLRUCache
struct StaticLRUCache(Key, Value, size_t cacheSize)
Undocumented in source.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

Arne Ludwig <arne.ludwig@posteo.de>