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,634在 GitHub 上查看↗

    Vis 是一个基于终端的模态文本编辑器,利用 vi 键绑定和结构化正则表达式系统。它作为一个可脚本化的环境,使用 Lua 进行配置、自定义键映射和插件开发。 该编辑器的特色在于基于解析表达式语法 (PEG) 的语法高亮系统,以及将文本视为复杂搜索和替换操作结构的模式匹配引擎。它还直接与系统 Shell 集成,允许用户将文本范围通过管道传输到外部命令并捕获输出结果。 该项目提供了广泛的文本操作功能,包括使用多个光标和选区、用于非线性撤销和重做历史的定向图,以及通过 VT-100 转义序列渲染的多窗口界面。用户可以通过嵌入式脚本 API 定义自定义动作和运算符。 该应用可编译为单个静态链接的二进制文件,以实现可移植性。

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

    C
    在 GitHub 上查看↗4,634
  • fooibar/ehviewerFooIbar 的头像

    FooIbar/EhViewer

    4,083在 GitHub 上查看↗

    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,607在 GitHub 上查看↗

    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.