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

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

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

8 مستودعات

Awesome GitHub RepositoriesMemory Buffering

Techniques for holding generated data in volatile memory before persisting to local storage.

Distinct from Client-Side Storage: Focuses on temporary memory buffering for file generation, distinct from persistent client-side storage solutions.

Explore 8 awesome GitHub repositories matching web development · Memory Buffering. Refine with filters or upvote what's useful.

Awesome Memory Buffering GitHub Repositories

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

    google/leveldb

    39,152عرض على GitHub↗

    LevelDB is an embedded database library and persistent storage engine that provides a sorted key-value store. It uses a log-structured merge-tree architecture to map byte arrays to values, running directly within a process to provide storage without the need for a separate server process. The system is distinguished by its use of custom comparison functions to define key ordering, enabling efficient range scans and sequenced lookups. It ensures data reliability through atomic batch execution, consistent snapshot generation, and log-based recovery after failures. The engine covers broad capab

    Buffers recent writes in a sorted MemTable before flushing them to immutable disk tables.

    C++
    عرض على GitHub↗39,152
  • facebook/rocksdbالصورة الرمزية لـ facebook

    facebook/rocksdb

    31,767عرض على GitHub↗

    RocksDB is a high-performance, embeddable persistent key-value library and storage engine based on Log-Structured Merge-trees. It is designed to provide durable storage for large-scale datasets, integrating directly into applications to manage data on flash and RAM-based hardware. The engine is distinguished by its focus on minimizing read and write amplification through multi-threaded compaction and custom memory allocators. It features specialized optimizations for flash storage, including support for zoned block devices, and provides the ability to extend store behavior via external plugin

    Buffers incoming writes in a sorted memory structure (MemTable) before flushing them as immutable sorted string tables.

    C++databasestorage-engine
    عرض على GitHub↗31,767
  • yuliskov/smarttubenextالصورة الرمزية لـ yuliskov

    yuliskov/SmartTubeNext

    30,632عرض على GitHub↗

    SmartTubeNext is a third-party YouTube client and media application specifically optimized for Android TV. It provides an interface designed for remote control navigation and television screens, allowing users to browse and play video content. The application integrates crowdsourced data to automatically skip sponsored segments and intros during playback. It also includes casting capabilities that allow users to send media from a mobile device to a television using pairing codes. The software covers media playback optimization through hardware-accelerated codec selection, playback buffer man

    Implements memory buffering to preload video data and prevent playback interruptions during network fluctuations.

    Java
    عرض على GitHub↗30,632
  • eligrey/filesaver.jsالصورة الرمزية لـ eligrey

    eligrey/FileSaver.js

    22,032عرض على GitHub↗

    FileSaver.js is a client-side utility library designed to trigger browser download prompts for files generated within a web application or retrieved from remote web addresses. It enables the export of data directly to a user's local device, eliminating the need for server-side processing or backend infrastructure to handle file creation and storage. The library functions as a wrapper for the browser Blob API, simplifying the process of encapsulating binary data and mapping it to temporary object URLs. By programmatically managing anchor elements and their download attributes, it simulates use

    Holds generated data in the browser's volatile memory space until the user confirms the save operation to local storage.

    JavaScript
    عرض على GitHub↗22,032
  • k4yt3x/video2xالصورة الرمزية لـ k4yt3x

    k4yt3x/video2x

    18,754عرض على GitHub↗

    Video2x is a modular processing framework designed for AI-enhanced video upscaling and frame rate conversion. It functions as a comprehensive toolset for increasing the resolution and visual clarity of media files while generating intermediate frames to improve motion smoothness. The system is built to handle intensive media transformation tasks by leveraging hardware acceleration and custom encoding pipelines. The project distinguishes itself through a plugin-based architecture that allows for the integration of custom machine learning models and specialized algorithms. It utilizes a modular

    Maintains video frames in system memory to minimize disk I/O during multi-stage transformation pipelines.

    C++anime4kframe-interpolationmachine-learning
    عرض على GitHub↗18,754
  • rerun-io/rerunالصورة الرمزية لـ rerun-io

    rerun-io/rerun

    10,214عرض على GitHub↗

    Rerun is a multimodal data visualizer and robotics data logger designed for rendering synchronized streams of 3D spatial data, images, and time-series metrics. It functions as a tool for capturing high-frequency sensor data and AI outputs into a queryable columnar format, providing a dedicated interface for viewing MCAP recording files and analyzing physical environments. The project distinguishes itself as a machine learning dataset streamer, capable of feeding logged recordings directly into GPU buffers and PyTorch training pipelines without intermediate exports. It supports a high-performa

    Stores logged entries in a local queue to ensure data integrity until a stable connection or file destination is available.

    Rustcomputer-visioncppmultimodal
    عرض على GitHub↗10,214
  • syndtr/goleveldbالصورة الرمزية لـ syndtr

    syndtr/goleveldb

    6,319عرض على GitHub↗

    goleveldb هي قاعدة بيانات تخزين مفتاح-قيمة مدمجة للغة Go. توفر استمرارية البيانات المحلية والفهرسة، مما يسمح للتطبيقات بتخزين واسترجاع المعلومات باستخدام مفاتيح فريدة دون الحاجة إلى خادم منفصل. تنظم قاعدة البيانات البيانات باستخدام شجرة دمج منظمة بالسجل (log-structured merge-tree) وفهرسة دائمة بترتيب معجمي. يدعم هذا الهيكل عمليات مسح النطاق الفعالة وعمليات البحث القائمة على البادئة. يتضمن النظام قدرات لعمليات الكتابة المجمعة الذرية لضمان اتساق البيانات وتجنب التحديثات الجزئية. تتم إدارة الأداء من خلال تسجيل الكتابة المسبقة (write-ahead logging)، والتخزين المؤقت القائم على الذاكرة، وفلاتر bloom لتقليل إدخال وإخراج القرص غير الضروري.

    Buffers recent writes in a sorted in-memory structure before flushing them to disk as immutable SSTables.

    Godatabasegoleveldb
    عرض على GitHub↗6,319
  • skyzh/mini-lsmالصورة الرمزية لـ skyzh

    skyzh/mini-lsm

    4,034عرض على GitHub↗

    Mini-LSM هو محرك تخزين تعليمي ومكتبة قاعدة بيانات مفتاح-قيمة مصممة لتوضيح تنفيذ معمارية شجرة دمج السجلات (log-structured merge-tree). يعمل كمورد تربوي لفهم كيفية بناء أنظمة تخزين عالية الأداء من الصفر، مع التركيز على آليات هياكل البيانات المستمرة والتخزين القائم على القرص. يوفر المشروع إطار عمل وظيفياً لإدارة البيانات من خلال المسح من الذاكرة إلى القرص والتحكم في التزامن متعدد الإصدارات. يتميز بتنفيذ العزل القائم على اللقطات (snapshot-based)، والذي يسمح بعروض متسقة لحالة قاعدة البيانات أثناء العمليات المتزامنة، ويستخدم استراتيجيات ضغط مستوية لتنظيم ملفات البيانات وتحسين أداء القراءة. يغطي المحرك مجموعة واسعة من قدرات إدارة التخزين، بما في ذلك تسجيل الكتابة المسبقة (write-ahead logging) لاستعادة الأعطال والفهرسة الاحتمالية لتقليل إدخال وإخراج القرص. كما يتضمن مجموعة من أدوات التحقق والاختبار المخصصة للتحقق من سلامة عمليات التخزين والمساعدة في تشخيص المشكلات المتعلقة بالتزامن.

    Buffers writes in sorted in-memory structures before flushing them as immutable files to persistent storage.

    Rustdatabasekey-value-storekv-store
    عرض على GitHub↗4,034
  1. Home
  2. Web Development
  3. Client-Side Storage
  4. Memory Buffering

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

  • Sorted Memory Buffers1 وسم فرعيSorted in-memory structures that buffer writes before persisting them to disk. **Distinct from Memory Buffering:** Specifically refers to the sorted MemTable pattern used in LSM-trees, not general volatile memory buffering.