vroom
Reader
A high-performance CSV and TSV reader that uses indexing and lazy loading to improve reading speed without loading all data at once.
Fast reading of delimited files
621 stars
18 watching
60 forks
Language: C++
last commit: 3 months ago
Linked from 1 awesome list
csvcsv-parserfixed-width-textrtsvtsv-parser
Related projects:
Repository | Description | Stars |
---|---|---|
tidyverse/readr | Provides fast and friendly way to read rectangular data from delimited files | 1,010 |
rubycocos/csvreader | A gem for reading tabular data in the comma-separated values (CSV) format | 178 |
alexhallam/tv | A CLI tool for formatting and displaying tabular data in a visually appealing way. | 2,062 |
tidyverse/readxl | A package that reads data from Excel files into R | 729 |
ashtum/lazycsv | A lightweight C++ CSV parsing library that reads and parses CSV files on demand without allocating memory in the constructor or while parsing. | 80 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 561 |
dashbitco/nimble_csv | A lightweight CSV parsing and dumping library for Elixir, providing fast and efficient data processing. | 773 |
vincentlaucsb/csv-parser | A high-performance CSV parser and serializer for modern C++. | 917 |
tidyverse/haven | A C library that enables R to read and write various data formats used by other statistical packages | 425 |
rgamble/libcsv | A fast and flexible CSV data reader and writer library written in pure ANSI C. | 179 |
mechatroner/rainbow_csv | A Vim plugin that provides syntax highlighting and query capabilities for CSV and TSV files using a custom SQL-like language | 622 |
dehesa/codablecsv | A Swift library for parsing and generating CSV data in rows or using Codable interface. | 461 |
tilo/smarter_csv | A Ruby gem that simplifies the process of reading and writing CSV files by representing data as arrays of hashes. | 1,472 |
svenvc/neocsv | A Smalltalk framework for reading and writing CSV files efficiently and converting data between CSV and Smalltalk objects. | 29 |
ps1dr3x/easy_reader | An efficient library for navigating large files without consuming an iterator | 86 |