Skip to content

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

Notifications You must be signed in to change notification settings

sturlamolden/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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%