awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • google/leveldbgoogle का अवतार

    google/leveldb

    39,152GitHub पर देखें↗

    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/rocksdbfacebook का अवतार

    facebook/rocksdb

    31,767GitHub पर देखें↗

    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/smarttubenextyuliskov का अवतार

    yuliskov/SmartTubeNext

    30,632GitHub पर देखें↗

    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.jseligrey का अवतार

    eligrey/FileSaver.js

    22,032GitHub पर देखें↗

    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/video2xk4yt3x का अवतार

    k4yt3x/video2x

    18,754GitHub पर देखें↗

    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/rerunrerun-io का अवतार

    rerun-io/rerun

    10,214GitHub पर देखें↗

    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/goleveldbsyndtr का अवतार

    syndtr/goleveldb

    6,319GitHub पर देखें↗

    goleveldb Go के लिए एक एम्बेडेड की-वैल्यू स्टोरेज डेटाबेस है। यह स्थानीय डेटा पर्सिस्टेंस और इंडेक्सिंग प्रदान करता है, जिससे एप्लिकेशन्स को अलग सर्वर की आवश्यकता के बिना अद्वितीय कुंजियों (keys) का उपयोग करके जानकारी स्टोर और पुनः प्राप्त करने की अनुमति मिलती है। डेटाबेस लॉग-स्ट्रक्चर्ड मर्ज-ट्री और लेक्सिकोग्राफिकल ऑर्डर में पर्सिस्टेंट इंडेक्सिंग का उपयोग करके डेटा को व्यवस्थित करता है। यह संरचना कुशल रेंज स्कैन और प्रीफिक्स-आधारित सर्च का समर्थन करती है। सिस्टम में डेटा स्थिरता सुनिश्चित करने और आंशिक अपडेट से बचने के लिए एटॉमिक बैच राइट्स की क्षमताएं शामिल हैं। प्रदर्शन को राइट-अहेड लॉगिंग, मेमोरी-आधारित बफरिंग और अनावश्यक डिस्क इनपुट और आउटपुट को कम करने के लिए ब्लूम फिल्टर्स के माध्यम से प्रबंधित किया जाता है।

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

    Godatabasegoleveldb
    GitHub पर देखें↗6,319
  • skyzh/mini-lsmskyzh का अवतार

    skyzh/mini-lsm

    4,034GitHub पर देखें↗

    Mini-LSM एक शैक्षिक स्टोरेज इंजन और की-वैल्यू डेटाबेस लाइब्रेरी है जिसे लॉग-स्ट्रक्चर्ड मर्ज-ट्री आर्किटेक्चर के कार्यान्वयन को प्रदर्शित करने के लिए डिज़ाइन किया गया है। यह पर्सिस्टेंट डेटा स्ट्रक्चर्स और डिस्क-आधारित स्टोरेज के मैकेनिक्स पर ध्यान केंद्रित करते हुए, स्क्रैच से हाई-परफॉरमेंस स्टोरेज सिस्टम बनाने के तरीके को समझने के लिए एक शैक्षणिक संसाधन के रूप में कार्य करता है। यह प्रोजेक्ट मेमोरी-टू-डिस्क फ्लशिंग और मल्टी-वर्जन कॉनकरेंसी कंट्रोल के माध्यम से डेटा को मैनेज करने के लिए एक कार्यात्मक फ्रेमवर्क प्रदान करता है। यह स्नैपशॉट-आधारित आइसोलेशन को लागू करके खुद को अलग करता है, जो समवर्ती ऑपरेशन्स के दौरान डेटाबेस स्टेट के सुसंगत दृश्यों की अनुमति देता है, और डेटा फाइल्स को व्यवस्थित करने व रीड परफॉरमेंस को ऑप्टिमाइज़ करने के लिए लेवल्ड कॉम्पैक्शन रणनीतियों का उपयोग करता है। यह इंजन क्रैश रिकवरी के लिए राइट-अहेड लॉगिंग और डिस्क इनपुट व आउटपुट को कम करने के लिए प्रोबेबिलिस्टिक इंडेक्सिंग सहित स्टोरेज मैनेजमेंट क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें स्टोरेज ऑपरेशन्स की अखंडता को मान्य करने और कॉनकरेंसी-संबंधित मुद्दों के निदान में सहायता करने के लिए सत्यापन यूटिलिटीज और टेस्टिंग टूल्स का एक सूट भी शामिल है।

    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.