Skip to content

jakevdp/memview_benchmarks

Repository files navigation

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

8 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages