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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesRandom Access Data Retrieval

The ability to jump directly to and retrieve a specific record in a dataset without sequential scanning.

Distinct from Random Field Accesses: Distinct from randomized sampling; this is about targeted high-speed access to specific known records.

Explore 4 awesome GitHub repositories matching data & databases · Random Access Data Retrieval. Refine with filters or upvote what's useful.

Awesome Random Access Data Retrieval GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • lance-format/lanceL

    lance-format/lance

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

    Lance is a columnar data format and storage layer designed for high-performance random access and the persistence of multimodal data. It functions as a vector database storage system, a multimodal data store, and a versioned dataset manager. The project distinguishes itself as a hybrid search engine that combines vector similarity search and full-text indexing on a single dataset. It provides unified storage for diverse data types including images, audio, and video, utilizing a system that lazy-loads large binary objects only when requested. The system manages dataset evolution through schem

    Enables high-speed retrieval of specific records without impacting the performance of full table scans.

    Rust
    GitHub पर देखें↗6,699
  • eto-ai/lanceeto-ai का अवतार

    eto-ai/lance

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

    Lance is a versioned columnar data format and storage engine designed as a multimodal AI lakehouse. It serves as a vector database storage engine and a cloud object store dataset manager, organizing images, video, audio, and embeddings into a unified format optimized for machine learning workflows. The project distinguishes itself by combining a columnar layout for structured data with a specialized blob store for large multimodal tensors. It implements a hybrid search engine that integrates vector similarity search, full-text search, and SQL analytics on a single dataset, supported by a stor

    Provides high-speed retrieval of specific records from massive columnar datasets without requiring sequential scans.

    Rust
    GitHub पर देखें↗6,671
  • biopython/biopythonbiopython का अवतार

    biopython/biopython

    5,078GitHub पर देखें↗

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

    Implements index-based random access to retrieve specific biological sequences from large files using offsets.

    Pythonbioinformaticsbiopythondna
    GitHub पर देखें↗5,078
  • roaringbitmap/roaringbitmapRoaringBitmap का अवतार

    RoaringBitmap/RoaringBitmap

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

    RoaringBitmap is a compressed integer set library designed for memory-efficient storage and high-speed in-memory analytics. It provides a professional implementation of the Roaring Bitmap format to maintain compact representations of integer collections. The project features a standardized binary serialization format that enables the exchange of compressed bitmap data across different programming languages and hardware architectures. This allows for consistent data portability and cross-language data exchange. The library performs rapid logical set operations, including intersections, unions

    Utilizes a two-level hierarchical index to achieve constant-time random access for integer lookups.

    Javabitsetdruidjava
    GitHub पर देखें↗3,878
  1. Home
  2. Data & Databases
  3. Random Access Data Retrieval

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

  • Dependency RetrievalsMechanisms for obtaining objects from the nearest provider in a component tree. **Distinct from Random Access Data Retrieval:** Distinct from Random Access Data Retrieval: focuses on DI container lookups in a component tree rather than database record access.
  • Hierarchical IndexingTwo-level indexing structures that map integer ranges to specific containers for constant-time random access. **Distinct from Random Access Data Retrieval:** Distinct from Random Access Data Retrieval: focuses on the hierarchical index structure for constant-time lookups rather than general record retrieval.