Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
loz220
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
loz220
8y ago
Poorly designed code is possible with any language. Was it unmaintainable because of something fundamental to css in js?
2.
▲
by
loz220
12y ago
There is interaction occurring with the DOM in both benchmarks. The way that the Backbone TodoView is designed does not take into account the possibility of a user adding 100 items using the dom within a tight loop. Probably because such a
3.
▲
by
loz220
12y ago
Having done some benchmarks with TodoMVC before, I knew something was off about these results. They play to the strengths of the virtual dom approach by manipulating the benchmark via dom instead of what ever interface was implemented withi
4.
▲
by
loz220
12y ago
this book in video form: http://vimeo.com/channels/natureofcode
5.
▲
by
loz220
13y ago
Having recently worked on optimizing the performance of my own view extension library to Backbone (kettle.js), I can give some explanation about the relatively poor performance of Backbone's todoMVC implementation in benchmark#1 and #2