Timing simulations for BufferedMatrix 1.3.0 (Simulation 3) |
BackgroundThe 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 timesRun-times Memory-usage |
Indexing by columns![]() ![]() |
Indexing by rows![]() ![]() |
DiscussionLarger Row Buffers cause a hit when indexing by column. |
|