Show / Hide Table of Contents

    Namespace Advanced.Algorithms.Distributed

    Classes

    AsyncQueue<T>

    A simple asynchronous multi-thread supporting producer/consumer FIFO queue with minimal locking.

    CircularQueue<T>

    Cicular queue aka Ring Buffer using fixed size array.

    ConsistentHash<T>

    A consistant hash implementation with murmur hash.

    LRUCache<K, V>

    A least recently used cache implemetation.

    Back to top Generated by DocFX