awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 مستودعات

Awesome GitHub RepositoriesRing Buffers

Fixed-size circular queues that use indexing to provide constant-time enqueue and dequeue operations.

Distinct from Queue Implementations: Specializes general queue implementations into circular buffers

Explore 12 awesome GitHub repositories matching software engineering & architecture · Ring Buffers. Refine with filters or upvote what's useful.

Awesome Ring Buffers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • kodecocodes/swift-algorithm-clubالصورة الرمزية لـ kodecocodes

    kodecocodes/swift-algorithm-club

    29,099عرض على GitHub↗

    This project is a comprehensive collection of common computer science algorithms and data structures implemented in Swift. It serves as an educational reference and library for studying computational complexity, algorithmic logic, and data structure engineering through practical code examples. The repository provides a wide suite of data structure implementations, including various types of linked lists, heaps, hash tables, and an extensive range of hierarchical trees such as Red-Black, B-Tree, and Splay trees. It also covers diverse sorting and searching techniques, from basic bubble sort to

    Implements a fixed-size queue using circular indexing for efficient, constant-time operations.

    Swiftalgorithmsdata-structuresswift
    عرض على GitHub↗29,099
  • lmax-exchange/disruptorالصورة الرمزية لـ LMAX-Exchange

    LMAX-Exchange/disruptor

    18,375عرض على GitHub↗

    The Disruptor is a lock-free inter-thread messaging library and high-performance event bus. It implements a concurrent ring buffer designed for high-concurrency and low-latency message sequencing. The project utilizes a specific messaging architecture to eliminate lock contention, enabling high-throughput event routing and the exchange of continuous event streams between threads. It ensures strict first-in-first-out ordering and immediate data visibility across processing threads. The library provides capabilities for lock-free data streaming, sequential data ordering, and sequence-based eve

    Implements a high-performance concurrent ring buffer to sequence events with minimal garbage collection.

    Javaconcurrencydisruptorjava
    عرض على GitHub↗18,375
  • boostorg/boostالصورة الرمزية لـ boostorg

    boostorg/boost

    8,493عرض على GitHub↗

    Boost is a collection of portable, high-performance source libraries that extend the C++ standard library. It provides a wide range of reusable components, data structures, and algorithms designed to add capabilities to the base language across different platforms. The project is distinguished by its extensive focus on compile-time template metaprogramming and generic programming. It implements advanced architectural patterns such as policy-based design, concept-based type validation, and the use of SFINAE for conditional template resolution to minimize runtime overhead. The library covers a

    Provides a standard-compliant ring buffer container for efficient fixed-size circular queuing.

    HTML
    عرض على GitHub↗8,493
  • trentm/node-bunyanالصورة الرمزية لـ trentm

    trentm/node-bunyan

    7,212عرض على GitHub↗

    هذا المشروع عبارة عن إطار عمل ومكتبة تسجيل مهيكلة لتطبيقات Node.js. ينتج سجلات قابلة للقراءة آلياً بتنسيق JSON مع مستويات خطورة متدرجة، مما يضمن تحليل متسق وتخزين مركزي. يتضمن النظام مديراً لتدفق السجل لتوجيه السجلات إلى وجهات متعددة، مثل الملفات ووحدات التحكم، وواجهة سطر أوامر لتصفية وتنسيق وتصور تدفقات سجل JSON الخام. يدعم إنشاء مسجلات فرعية ترث تكوينات الأصل وتدمج بيانات وصفية سياقية إضافية. يغطي إطار العمل مجموعة واسعة من القدرات التشغيلية، بما في ذلك تدوير الملفات القائم على الوقت لإدارة القرص، ومخازن الحلقة في الذاكرة للاسترجاع بعد الوفاة، وكشف أحداث التسجيل الداخلية كمسابير DTrace لمراقبة وقت التشغيل في الوقت الفعلي. كما يوفر استبطان موقع الاتصال الديناميكي لإرفاق بيانات وصفية لموقع المصدر بالسجلات.

    Maintains a fixed-size circular buffer of recent log entries for fast post-mortem retrieval.

    JavaScript
    عرض على GitHub↗7,212
  • dgraph-io/ristrettoالصورة الرمزية لـ dgraph-io

    dgraph-io/ristretto

    6,932عرض على GitHub↗

    Ristretto is a high-performance in-memory cache and concurrent key-value store for Go applications. It provides a thread-safe memory store that manages strict memory bounds and employs probabilistic set filters to reduce lookup overhead. The system is distinguished by an admission-policy cache that utilizes frequency sketches and cost-based eviction to maximize hit ratios. It minimizes contention and improves throughput through the use of striped ring buffers and concurrent map sharding. The project covers a broad range of data management capabilities, including time-based expiration, item f

    Buffers updates into multiple independent rings to reduce lock contention and improve write throughput.

    Go
    عرض على GitHub↗6,932
  • rust-lang/rfcsالصورة الرمزية لـ rust-lang

    rust-lang/rfcs

    6,406عرض على GitHub↗

    The Rust RFCs repository is the formal home for the Rust language evolution process, housing the structured design documents and community review mechanisms that govern changes to the Rust programming language, its compiler, and its standard library. It defines the complete lifecycle for proposing, discussing, and implementing substantial changes through RFC documents, from initial submission and community feedback through final comment periods and sub-team sign-offs. The repository codifies the governance and collaboration processes that shape Rust's development, including mechanisms for com

    Defines the slice-based access API for Rust's ring buffer data structure.

    Markdownrfcrfc-processrust
    عرض على GitHub↗6,406
  • grbl/grblالصورة الرمزية لـ grbl

    grbl/grbl

    6,226عرض على GitHub↗

    Grbl is a CNC motion control firmware and G-code parser designed for milling machines. It serves as a hardware control layer running on ATmega328 microcontrollers to translate G-code instructions into precise motor movements. The system manages stepper motor acceleration and coordinated multi-axis motion to drive milling hardware. It includes a tool probing system for automating workpiece alignment and calculating tool length offsets, as well as homing cycles that use limit switches to establish a precise coordinate origin. The firmware covers broader machine management including spindle and

    Stores a sequence of upcoming moves in a circular buffer to prevent pauses between motion blocks.

    C
    عرض على GitHub↗6,226
  • leandromoreira/linux-network-performance-parametersالصورة الرمزية لـ leandromoreira

    leandromoreira/linux-network-performance-parameters

    5,796عرض على GitHub↗

    This is a structured reference that maps Linux kernel network sysctl parameters to their specific roles in the packet processing pipeline, from the network interface card through to the application layer. It covers the full path of packet traversal, including interrupt mitigation, buffer management, queuing disciplines, and TCP auto-tuning mechanisms. The reference details how to configure kernel parameters for connection handling, including TCP listen backlog, SYN queue management, FIN timeout, and syncookies. It also addresses queue management and bufferbloat control through egress queuing

    Describes NIC driver ring buffers that temporarily store packets during bursts to prevent drops.

    kernellinuxnetwork
    عرض على GitHub↗5,796
  • mervinpraison/praisonaiالصورة الرمزية لـ MervinPraison

    MervinPraison/PraisonAI

    5,592عرض على GitHub↗

    PraisonAI is an autonomous AI agent platform that coordinates multiple LLM-powered agents for research, planning, and execution of complex workflows. It functions as a multi-agent orchestration framework, a workflow builder, and a Model Context Protocol server, while also providing retrieval-augmented generation through vector knowledge bases. Agents can interact via CLI, web, or standardized protocols with sandboxed code execution. The platform distinguishes itself with a rich set of agent communication protocols, including A2A, REST, WebSocket, voice and telephony integration, and MCP, allo

    Uses bounded ring buffers to record agent execution metrics without unbounded memory growth.

    Pythonagentsaiai-agent-framework
    عرض على GitHub↗5,592
  • troydhanson/uthashالصورة الرمزية لـ troydhanson

    troydhanson/uthash

    4,732عرض على GitHub↗

    uthash is a macro-based data structure library for C that provides header-only implementations of hash tables, linked lists, stacks, and dynamic arrays. It allows for key-based lookups and organized data storage without requiring external library linking. The library uses intrusive linking to embed metadata directly into user-defined structures via macros. This approach enables in-place structure extension, allowing hash and link fields to be added to existing structs without separate memory allocations for container nodes. The project also covers specialized memory and data stream managemen

    Provides fixed-size circular queues to manage continuous data stream flows.

    C
    عرض على GitHub↗4,732
  • intel/pcmالصورة الرمزية لـ intel

    intel/pcm

    3,290عرض على GitHub↗

    The Intel Processor Performance Monitor is a set of specialized diagnostic tools designed for monitoring raw hardware events, memory latency, PCIe throughput, and processor power states on Intel architecture. The project provides dedicated utilities for measuring data throughput across sockets and PCIe buses, tracking power usage and sleep states to identify frequency throttling, and analyzing cache misses and memory access times. It also includes a hardware event profiler for querying raw core and uncore register events to monitor specific processor behaviors. Capabilities cover comprehensi

    Implements high-frequency performance metric storage using circular buffers to minimize sampling overhead.

    C++cpuenergyfreebsd
    عرض على GitHub↗3,290
  • redis/rueidisالصورة الرمزية لـ redis

    redis/rueidis

    2,899عرض على GitHub↗

    Rueidis is a high-performance Redis client library for Go that provides a type-safe and asynchronous interface for interacting with Redis servers. It includes a full implementation of the Redis serialization protocol and a dedicated connection manager to handle pooling, multiplexing, and automatic pipelining. The library is distinguished by its support for RDMA connectivity to reduce latency and CPU overhead. It features a distributed lock manager that implements majority-based locking and optimistic concurrency control, as well as client-side caching with invalidation signals to minimize net

    Uses a circular ring-buffer for efficient queuing of requests and retrieval of command results.

    Gocacheclient-side-cachingdistributed
    عرض على GitHub↗2,899
  1. Home
  2. Software Engineering & Architecture
  3. Queue Implementations
  4. Ring Buffers

استكشف الوسوم الفرعية

  • Motion Planning BuffersCircular queues used specifically to store upcoming movement blocks to ensure continuous motion. **Distinct from Ring Buffers:** Specializes general ring buffers for the purpose of motion planning and trajectory execution.
  • Profiling BuffersCircular buffers used to record agent execution metrics, discarding oldest entries to bound memory growth. **Distinct from Ring Buffers:** Distinct from general Ring Buffers: designed specifically for profiling agent execution metrics with automatic eviction of old data.
  • Ring Buffer Slice ViewsMethods that return two slices covering the entire range of a ring buffer, handling wrapped storage transparently. **Distinct from Ring Buffers:** Distinct from Ring Buffers: focuses on the slice-view API for accessing ring buffer contents rather than the general queue data structure.
  • StripedMultiple independent circular buffers used to distribute write operations and reduce contention. **Distinct from Ring Buffers:** Focuses on striping multiple ring buffers for concurrency, not a single circular queue.