vroom

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

Github星跟踪图

??vroom

R build<br>
status
Codecov test<br>
coverage
CRAN<br>
status
Lifecycle:<br>
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.

主要指标

概览
名称与所有者tidyverse/vroom
主编程语言C++
编程语言R (语言数: 7)
平台Linux, Mac, Windows
许可证Other
所有者活动
创建于2018-12-11 22:00:39
推送于2025-09-20 13:20:27
最后一次提交
发布数24
最新版本名称v1.6.6 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数636
关注者数15
派生数65
提交数1.3k
已启用问题?
问题数475
打开的问题数76
拉请求数65
打开的拉请求数6
关闭的拉请求数14
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?