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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?