mpi_array.benchmarks.bench_creationΒΆ

Benchmarks for array creation.

Classes

BlockPartitionCreateBench Benchmarks for mpi_array.distribution.BlockPartition construction.
CommsAllocBench() Benchmarks for mpi_array.comms.LocaleComms.alloc_locale_buffer().
CommsCreateBench() Benchmarks for mpi_array.comms.LocaleComms and mpi_array.comms.CartLocaleComms construction.
CreateBench() Base class for array creation benchmarks.
MangoCreateBench() Benchmarks for mango.empty() and mango.zeros() (mango tomography software).
MpiArrayCreateBench() Benchmarks for mpi_array.empty(), mpi_array.zeros() etc.
MpiArrayCreateLikeBench() Benchmarks for mpi_array.empty_like(), mpi_array.zeros_like() etc.
NumpyCreateBench() Comparison benchmarks for numpy.empty(), numpy.zeros() etc.