awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesAsynchronous Storage Operations

Methods for executing non-blocking storage tasks.

Distinguishing note: Focuses on the execution pattern of storage tasks.

Explore 6 awesome GitHub repositories matching data & databases · Asynchronous Storage Operations. Refine with filters or upvote what's useful.

Awesome Asynchronous Storage Operations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • localforage/localforageAvatar von localForage

    localForage/localForage

    25,755Auf GitHub ansehen↗

    This project is an asynchronous key-value store designed for client-side data persistence. It provides a unified interface that allows applications to save and retrieve complex data types, including binary objects, while maintaining responsiveness through non-blocking operations. By enabling offline-first functionality, it ensures that data remains accessible even when a network connection is unavailable. The library distinguishes itself through a driver-based abstraction layer that automatically detects the most efficient storage mechanism available in the current browser or mobile environme

    Runs storage tasks using promise-based syntax to maintain clean and readable code.

    JavaScriptindexeddbjavascriptlocalforage
    Auf GitHub ansehen↗25,755
  • pubkey/rxdbAvatar von pubkey

    pubkey/rxdb

    23,048Auf GitHub ansehen↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    Routes storage operations to the main process to maintain consistency and performance across multiple application windows.

    TypeScriptangularbrowser-databasecouchdb
    Auf GitHub ansehen↗23,048
  • memorilabs/memoriAvatar von MemoriLabs

    MemoriLabs/Memori

    15,358Auf GitHub ansehen↗

    Memori is an AI agent memory middleware platform designed to provide persistent, context-aware recall for language models. It functions as a non-intrusive layer that intercepts outbound model requests to automatically capture interaction history and execution traces, ensuring that agents maintain continuity across sessions without requiring modifications to existing application logic. The platform distinguishes itself through a dual-model storage architecture that maintains information as both structured relational primitives for precise fact retrieval and rolling narrative summaries for situ

    Performs synchronous, asynchronous, or streaming memory retrieval and storage tasks to accommodate different performance requirements.

    Pythonagentaiaiagent
    Auf GitHub ansehen↗15,358
  • uidotdev/usehooksAvatar von uidotdev

    uidotdev/usehooks

    11,394Auf GitHub ansehen↗

    This project is a comprehensive library of reusable React hooks designed to simplify browser API integration, state management, and component lifecycle tracking. It provides a declarative interface for managing complex browser interactions, allowing developers to encapsulate imperative logic into modular, composable functions that integrate directly with the component lifecycle. The library distinguishes itself by offering specialized utilities for asynchronous data orchestration, including built-in caching, retry logic, and loading state management. It also features advanced performance opti

    Executes background tasks with status tracking, caching, and automatic retry capabilities.

    MDXastrobloghooks
    Auf GitHub ansehen↗11,394
  • webtorrent/webtorrent-desktopAvatar von webtorrent

    webtorrent/webtorrent-desktop

    10,072Auf GitHub ansehen↗

    ❤️ Streaming torrent app for Mac, Windows, and Linux

    Separates the torrent engine in the main process from the UI in the renderer process using Electron's IPC.

    JavaScriptbittorrentelectronhacktoberfest
    Auf GitHub ansehen↗10,072
  • russhwolf/multiplatform-settingsAvatar von russhwolf

    russhwolf/multiplatform-settings

    2,234Auf GitHub ansehen↗

    Multiplatform Settings is a configuration management library that provides a unified interface for key-value data persistence across Kotlin Multiplatform projects. It abstracts native storage mechanisms, allowing developers to manage application settings and user preferences consistently across Android, iOS, and desktop environments. The library distinguishes itself by supporting the serialization of complex objects, enabling the storage of non-primitive data structures directly within the settings store. It incorporates reactive patterns to facilitate real-time data observation, ensuring tha

    Executes storage tasks using non-blocking functions to maintain application responsiveness.

    Kotlinkotlinkotlin-androidkotlin-ios
    Auf GitHub ansehen↗2,234
  1. Home
  2. Data & Databases
  3. Asynchronous Storage Operations

Unter-Tags erkunden

  • Asynchronous Storage OperationsNon-blocking execution of storage tasks using futures. **Distinct from Asynchronous Storage Operations:** Distinct from Asynchronous Storage Operations: focuses on the framework-level support for futures in storage tasks.
  • Main Process Storage1 Sub-TagTechniques for routing storage operations to the main application process in multi-window environments. **Distinct from Asynchronous Storage Operations:** Distinct from Asynchronous Storage Operations: focuses on process-level routing rather than just the asynchronous execution pattern.