Ross ROSS = Recommend OSS · open-source software intelligence for agents

Rdatatable/data.table

R's data.table package extends data.frame: observed · 2026-08-28

github.com/Rdatatable/data.table · homepage · R · MPL-2.0 (copyleft) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
Rdatatable/data.tablemain77

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