vroom

快速读取分隔文件。「Fast reading of delimited files」

Github stars Tracking Chart

??vroom

R build
status
Codecov test
coverage
CRAN
status
Lifecycle:
maturing

The fastest delimited reader for R, 1.40 GB/sec/sec.

But that’s impossible! How can it be so
fast
?

vroom doesn’t stop to actually read all of your data, it simply
indexes where each record is located so it can be read later. The
vectors returned use the Altrep
framework
to
lazily load the data on-demand when it is accessed, so you only pay for
what you use. This lazy access is done automatically, so no changes to
your R data-manipulation code are needed.

vroom also uses multiple threads for indexing, materializing
non-character columns, and when writing to further improve performance.

Main metrics

Overview
Name With Ownertidyverse/vroom
Primary LanguageC++
Program languageR (Language Count: 7)
PlatformLinux, Mac, Windows
License:Other
所有者活动
Created At2018-12-11 22:00:39
Pushed At2024-08-24 00:03:22
Last Commit At
Release Count23
Last Release Namev1.6.5 (Posted on )
First Release Namev1.0.0 (Posted on )
用户参与
Stargazers Count629
Watchers Count17
Fork Count62
Commits Count1.3k
Has Issues Enabled
Issues Count472
Issue Open Count74
Pull Requests Count65
Pull Requests Open Count3
Pull Requests Close Count14
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private