vroom

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

Github星跟踪图

??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.

主要指标

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