Timing simulations for BufferedMatrix 1.3.0 (Simulation 3)

Written by Ben Bolstad
email bmb@bmbolstad.com

Background

The goal here was to investigate the speed of the systematically passing through the entire matrix, column-wise or row-wise (when both buffers are active) Source code (note takes very long time to run),

Simulation times

Run-times

Memory-usage

Indexing by columns

Indexing by rows

Discussion

Larger Row Buffers cause a hit when indexing by column.