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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesMemory-Mapped Loading

Loading image files using memory-mapped buffers to prevent memory exhaustion.

Distinct from Image File Loading: Specifically uses mmap to prevent crashes during rapid scrolling of high-resolution images, not just general disk loading.

Explore 3 awesome GitHub repositories matching graphics & multimedia · Memory-Mapped Loading. Refine with filters or upvote what's useful.

Awesome Memory-Mapped Loading GitHub Repositories

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

    martanne/vis

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

    Vis एक टर्मिनल-आधारित मोडल टेक्स्ट एडिटर है जो vi कीबोर्ड बाइंडिंग और स्ट्रक्चरल रेगुलर एक्सप्रेशन की एक प्रणाली का उपयोग करता है। यह एक स्क्रिप्टेबल वातावरण के रूप में कार्य करता है जहाँ Lua का उपयोग कॉन्फ़िगरेशन, कस्टम की मैपिंग और प्लगइन विकास के लिए किया जाता है। यह एडिटर पार्सिंग एक्सप्रेशन ग्रामर पर आधारित सिंटैक्स हाइलाइटिंग सिस्टम और एक पैटर्न मैचिंग इंजन के माध्यम से खुद को अलग करता है जो टेक्स्ट को जटिल खोज और प्रतिस्थापन कार्यों के लिए एक संरचना के रूप में मानता है। यह सीधे सिस्टम शेल के साथ भी एकीकृत होता है, जिससे उपयोगकर्ता टेक्स्ट रेंज को बाहरी कमांड में पाइप कर सकते हैं और परिणामी आउटपुट को कैप्चर कर सकते हैं। यह प्रोजेक्ट टेक्स्ट मैनिपुलेशन के लिए व्यापक क्षमताएं प्रदान करता है, जिसमें मल्टीपल कर्सर और चयन, नॉन-लीनियर अंडो और रीडो हिस्ट्री के लिए एक डायरेक्टेड ग्राफ, और VT-100 एस्केप सीक्वेंस के माध्यम से रेंडर किया गया मल्टी-विंडो इंटरफ़ेस शामिल है। उपयोगकर्ता एम्बेडेड स्क्रिप्टिंग API के माध्यम से कस्टम मोशन और ऑपरेटरों को परिभाषित कर सकते हैं। एप्लिकेशन को पोर्टेबिलिटी के लिए एक सिंगल स्टेटिकली लिंक्ड बाइनरी में कंपाइल किया जा सकता है।

    Populates text buffers from files using in-memory copies or memory mapping.

    C
    GitHub पर देखें↗4,634
  • fooibar/ehviewerFooIbar का अवतार

    FooIbar/EhViewer

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

    EhViewer is a digital gallery mobile viewer designed for browsing and viewing high-resolution image galleries from remote web servers. It functions as a web-view-based content browser that renders online gallery content within a native mobile application wrapper. The application integrates a local image cache manager to save remote images to the local filesystem, enabling offline media viewing and reduced bandwidth usage. It also includes a concurrent image downloader that uses parallel network threads to fetch gallery images. The system handles high-resolution image loading through a memory

    Loads high-resolution images into memory using a buffer system to prevent application crashes during fast scrolling.

    Kotlinandroidappe-hentai
    GitHub पर देखें↗4,083
  • musicplayerdaemon/mpdMusicPlayerDaemon का अवतार

    MusicPlayerDaemon/MPD

    2,607GitHub पर देखें↗

    MPD is a headless music server daemon that indexes audio libraries and streams music to local or remote outputs. It functions as a music library manager and network audio streamer, providing a remote audio control protocol that allows external clients to manage playback, playlists, and database queries. The system acts as a multiroom audio coordinator, synchronizing audio distribution across multiple networked clients and hardware devices. It supports a variety of remote management capabilities, including a dedicated control API and the ability to broadcast audio streams over network protocol

    Prefetches queued songs into memory using memory-mapped loading to reduce playback interruptions.

    C++audioaudio-playermusic
    GitHub पर देखें↗2,607
  1. Home
  2. Graphics & Multimedia
  3. Image File Loading
  4. Memory-Mapped Loading

सब-टैग एक्सप्लोर करें

  • Audio Data CachingUsing memory-mapped files to prefetch and cache audio streams for low-latency playback. **Distinct from Memory-Mapped Loading:** Specific to audio streaming buffers, whereas the parent focuses on image files.
  • Text Buffer Memory MappingLoading text files into memory using memory-mapped buffers for efficiency. **Distinct from Memory-Mapped Loading:** Specifically applies memory mapping to text buffers for editing, not image files.