Changes between Version 5 and Version 6 of ProjectIdeas

Show
Ignore:
Timestamp:
03/14/08 23:55:50 (5 years ago)
Author:
oliphant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectIdeas

    v5 v6  
    55 * (per thread) threading pool for use when GIL is released in !NumPy 
    66 * 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 
    88 
    99 * 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: