
28 Jan
2006
28 Jan
'06
10:42 a.m.
I have a complete implementation that models std::valarray in every possible way (with compile-time known limitations) including expression-template support for the numeric ops. My testing indicates a decent performance increase over gcc4's valarray for small number of elements <1000.
If anyone has any interest, I'll put together some docs and throw it in the sandbox.
I've no immediate use, but it does sound interesting. John.