pySlice icon indicating copy to clipboard operation
pySlice copied to clipboard

Performance Issues

Open matthewelse opened this issue 11 years ago • 0 comments

This could be as a result of the function call overheads. See http://stackoverflow.com/questions/4305518/why-is-equivalent-python-code-so-much-slower. It may be improved by maybe making it a c extension or c++ or using something like line profiler to analyze it...

matthewelse avatar Sep 14 '13 16:09 matthewelse