I've been working on a patch that will speed up read/write operations on floating point numbers ( https://github.com/trevnorris/node/compare/buffer-float). This is largely based on the work from src/v8_typed_array.cc. There's still a lot I need to fix up (e.g. the API, and support for NaN/Infinity values), but right now floating point operations on Buffers are approx. 2x's faster than they currently run on master.
I would like some feedback, especially from committers, on how this could be improved and if it would even be accepted. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
