Skip to content

Commit

Permalink
Merge pull request #633 from SebKrantz/development
Browse files Browse the repository at this point in the history
Add windows benchmark results.
  • Loading branch information
SebKrantz authored Sep 14, 2024
2 parents c80aebe + a2c5f4d commit 83d3cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ It further implements a [class-agnostic approach to R programming](https://sebkr
* **Advanced data exploration**: Fast (grouped, weighted, panel-decomposed)
summary statistics and descriptive tools.

*collapse* is written in C and C++ and only depends on *Rcpp*. Its algorithms are multiple times faster than base R's, [scale well to <= 1 billion obs](https://duckdblabs.github.io/db-benchmark/), and very efficient for complex tasks (e.g. quantiles, weighted stats, mode/counting/deduplication, joins). Optimized R code ensures minimal overheads and fast syntax evaluation. <!-- , but imports C/C++ functions from *fixest*, *weights*, *RcppArmadillo*, and *RcppEigen* for certain statistical tasks. -->
*collapse* is written in C and C++ and only depends on *Rcpp*. Its algorithms are multiple times faster than base R's, scale well to <= 1 billion obs (benchmarks: [linux](https://duckdblabs.github.io/db-benchmark/) | [windows](https://github.com/AdrianAntico/Benchmarks?tab=readme-ov-file#benmark-results)), and very efficient for complex tasks (e.g. quantiles, weighted stats, mode/counting/deduplication, joins). Optimized R code ensures minimal overheads. <!-- , but imports C/C++ functions from *fixest*, *weights*, *RcppArmadillo*, and *RcppEigen* for certain statistical tasks. -->

## Installation

Expand Down

0 comments on commit 83d3cc9

Please sign in to comment.