12 packages tagged with “FiFo”
Simple C# caching library including a FIFO and LRU cache
Caching library including a FIFO and LRU cache, async operations, events, expiration, and data persistence
King.Collections Class Library
The WBPA.Amazon.SimpleQueueService assembly provides extensions and generic classes to help ease the use of AWS, and is the SQS member of a range of wrappers tailored to the AWSSDK.
Thread-safe insertion-ordered cache with O(1) lookups, two-tier storage (bounded L1, unbounded L2), and async enumeration. Provides deletion-resilient iteration, automatic multi-consumer memory management, and zero-latency producer-consumer coordination using GuidV7 time-ordered identifiers. Ideal for event sourcing, audit logs, message queues, and time-series caching scenarios.
A simple .NET interface for FTDI USB controllers
A lightweight, thread-safe, in-memory cache.
TaskQueue enables async queueing of async workloads, with guaranteed FIFO ordering.
Compatibility extension for Baubit.Caching. Provides caching primitives for caching with Guid (V7) or long keys.
A reusable .NET library for seamless integration with AWS SQS, enabling both message production and consumption. Supports single and batch processing for efficient message handling. Ideal for building scalable, robust services that interact with SQS queues, with support for both FIFO and standard queues.
High-performance, specialized container types for .NET with optimized implementations like RingBuffer for efficient fixed-size circular buffer operations.