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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesIndexed Array Management

Operations for inserting, deleting, and retrieving elements from ordered sequences using indices.

Distinct from Array Element Modifiers: None of the candidates cover database-level list/array manipulation; most are tutorials or specialized ML/math utilities.

Explore 2 awesome GitHub repositories matching data & databases · Indexed Array Management. Refine with filters or upvote what's useful.

Awesome Indexed Array Management GitHub Repositories

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

    tporadowski/redis

    9,987GitHub पर देखें↗

    Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations

    Provides high-performance insertion and retrieval of elements from indexed arrays and lists.

    Credisredis-for-windowsredis-msi-installer
    GitHub पर देखें↗9,987
  • falkordb/falkordbFalkorDB का अवतार

    FalkorDB/FalkorDB

    3,437GitHub पर देखें↗

    FalkorDB is a high-performance graph database management system and vector graph database. It serves as a knowledge graph construction tool and a GraphRAG knowledge store, integrating structured property graphs with vector search to provide grounded context for large language models. The engine is designed as a multi-tenant graph engine, capable of hosting thousands of isolated datasets within a single instance. The system distinguishes itself by using linear algebra for query execution, treating relationship tensors as matrix multiplications to achieve low-latency multi-hop traversals. It ut

    Supports efficient membership lookups by creating multikey indexes for array properties.

    Ccloud-databasedatabasedatabase-as-a-service
    GitHub पर देखें↗3,437
  1. Home
  2. Data & Databases
  3. Indexed Array Management

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

  • Multikey IndexesAutomatically creates indexes for array fields, enabling efficient searches on individual array elements. **Distinct from Indexed Array Management:** Distinct from Indexed Array Management: focuses on database-level multikey indexing for array fields, not general array element insertion/deletion.