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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesMemory-Efficient Column Selection

Techniques for loading only a specific subset of columns into memory to minimize the footprint of wide datasets.

Distinct from Column Value Extraction: Distinct from Column Value Extraction by focusing on the memory optimization of the load process rather than just the retrieval of values.

Explore 1 awesome GitHub repository matching data & databases · Memory-Efficient Column Selection. Refine with filters or upvote what's useful.

Awesome Memory-Efficient Column Selection GitHub Repositories

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

    medialab/xan

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

    Xan is a command-line tool and data transformation engine for processing CSV, TSV, and JSONL datasets. It functions as a processor for compressed files, enabling random access and seeking within gzipped and Zstd files, and serves as a converter for specialized bioinformatics data formats. The tool handles large datasets without requiring full memory loads by utilizing stream-based processing. It provides capabilities for merging, sorting, and deduplicating massive files, as well as converting data between various tabular formats. The project covers a broad range of data wrangling and analysi

    Loads only requested data columns into memory to reduce the resource footprint when processing wide datasets.

    Rustclicsvrust
    GitHub पर देखें↗3,752
  1. Home
  2. Data & Databases
  3. Column Value Extraction
  4. Memory-Efficient Column Selection