Skip to content

jakevdp/memview_benchmarks

memview_benchmarks

Benchmarks of various ways of handling contiguous typed data arrays in cython

The code snippets here each perform a simple loop over over an input matrix, computing the dot-product of each combination of rows (and doing nothing with the result)

This requires cython 0.16+. To compile in-place, type

% make

To run the comparisons, type

% python runme.py

About

Benchmarks of various ways of handling contiguous typed data arrays in cython

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages