Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

"Finally we’d like to explore even larger ideas like moving the entire Document Object Model (DOM) into JavaScript. This has the potential to make JavaScript DOM access dramatically faster"

http://www.chromium.org/blink



This is interesting...one of the new javascript frameworks on the block (React.js, http://facebook.github.io/react/) has made use of a 'virtual dom' which basically does a diff and compares it to what was already rendered and then does minimal changes to express the new state based on that.

From what I hear (I have yet to dive into React, although I plan on it) this makes it VERY fast...because the DOM is essentially touched as little as possible directly.


I think it's a very cool idea as this could let the JIT melt together browser code with user code to one tight piece of code.


Very much aligned with React.js approach.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: