Rdatatable/data.table
R's data.table package extends data.frame: observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4470
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
3913 stars · 1051 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
data.table is an R package providing a high-performance, memory-efficient replacement for base R's data.frame with a concise indexing syntax. It includes fast file reading/writing (fread/fwrite), parallelized aggregation, rich joins, and reference-based column updates.
Use cases
- fast csv reading in r
- aggregate billions of rows quickly
- join two large tables in r
- pivot and unpivot data
- update columns by reference without copying
- replace dplyr for speed on large data
When to choose
- working with large datasets in R where base data.frame or dplyr is too slow or memory hungry
- you need fast delimited file I/O, joins, or reshaping
- you want a dependency-free, mature package for production R code
When to avoid
- you are not working in R
- your team prefers dplyr/tidyverse pipe syntax and readability over raw speed
- data does not fit in memory and you need out-of-core or distributed processing
Facets
library · maturity stable
data-science etl csv serialization data-science analytics big-data cross-platform r-package dataframe fast-csv in-memory-data joins reshaping data-engineering r
3 sources
- readme: https://github.com/Rdatatable/data.table · fetched 2026-08-28 · 466f4d2e30ed
- homepage: http://r-datatable.com · fetched 2026-08-29 · be703be71139
- site_page: https://r-datatable.com/articles/datatable-faq.html · fetched 2026-08-29 · 6594fdf36dfa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Rdatatable/data.table | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="Rdatatable/data.table")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem