personally i would like to see javascript get proper support for 64 bit numbers and would like to see node.js/v8 with better support for processing binary data. from the testing i have done, it's a major bottleneck when compared with c# or java.
JSON.stringify/parse is still very slow for serialisation of js objects (understandably so) and would be good to see some way of sharing/passing objects efficiently between processes. would also be good to see libuv and the c++ parts of node.js be able to fully support multi threading and isolates somewhere down the line. is not something i'm particularly interested in right now, but i can see why people keep bringing it up. On Monday, April 2, 2012 11:53:54 PM UTC+1, Tim Price wrote: > > So I would like to know where node thinks it will be in 1 year? > > What are things that are been looked at for improvement with node as a > whole? > > At some point nodes going to run into a wall, and that wall is javascript. > I feel that js is nodes achilles heel. I LOVE js and live by it but its has > flaws, maths and stuff like that. > > Whats the plan? > -- 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
