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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesExternal Memory Processing

Techniques for processing datasets that exceed available system memory by utilizing disk-based storage.

Distinct from External Memory Block Compression: Broadens from just compression to include general sorting and deduplication using external memory

Explore 1 awesome GitHub repository matching data & databases · External Memory Processing. Refine with filters or upvote what's useful.

Awesome External Memory Processing GitHub Repositories

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

    dathere/qsv

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

    qsv is a high-performance command line toolkit for querying, transforming, and analyzing comma-separated value files. It functions as a data wrangling interface and a tabular data profiler, featuring a query engine capable of executing SQL statements and joins directly on flat files without requiring a database. The project is distinguished by its ability to process massive datasets that exceed available system memory. This is achieved through disk-based external memory processing, including multithreaded merge sorting, on-disk hash tables for deduplication, and lightweight file indexing for

    Uses disk-based external memory to sort and deduplicate massive datasets that exceed available system RAM.

    Rustaickancsv
    GitHub पर देखें↗3,687
  1. Home
  2. Data & Databases
  3. Data Compression
  4. External Memory Block Compression
  5. External Memory Processing