voltrondata-labs / arrowbench

R package for benchmarking
Other
13 stars 9 forks source link

Add benchmarks that materialize altrep-backed vectors #38

Closed jonkeane closed 2 years ago

jonkeane commented 2 years ago

We want to benchmark how quickly we can select out (e.g. array[1:10]) of and materialize the full altrep vector (i.e. array[]). We should write benchmarks that do both of these so we can measure them.

Additionally, we should confirm that the more macro benchmarks that can are taking advantage of altrep to see how it helps real workflows.