Changes between Version 5 and Version 6 of ProjectIdeas
- Timestamp:
- 03/14/08 23:55:50 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectIdeas
v5 v6 5 5 * (per thread) threading pool for use when GIL is released in !NumPy 6 6 * use intrinsics (SSE-instructions) to speed up low-level loops in !NumPy 7 * general looping function object [wiki: GeneralLoopingFunctions]7 * general looping function object GeneralLoopingFunctions 8 8 9 9 * add ability to "compile" a restricted set of Python (combination of weave and Cython) to allow writing ufuncs and general looping functions in Python syntax (and use decorators and/or the with statement to make it easy): Something like this is the syntax I'm thinking about:
