Quantcast
Channel: Programming Rants
Viewing all articles
Browse latest Browse all 204

Javascript Virtual DOM Framework Benchmark

$
0
0
Recently I found a framework benchmark for javascript (round4 2016-09-12), it shows a lot information. The fastest ranker are:

FrameworkVersionRuntime Ratio (% slower than fastest)MB StartMB 1K rows
vanillajs
12.984.85
inferno1.0.0-beta933.196.60
vanillajs-keyed
42.984.81
dio.js3.0.543.197.09
domvm2.0.0-beta103.157.43
kivi1.0.0-rc2 173.176.69

Also there are another benchmark (this have fewer framework, last result at this time):

FrameworkInit TimeFirst Render TimeOverall Time
kivi[adv] 1.0.02,18525,795527,703
Inferno 0.7.223,34031,780553,513
Imba 0.14.315,92026,250569,895
Bobril 4.38.03,43026,255682,847
Vidom 0.3.163,40038,220729,882
Maquette 2.3.31,95527,410733,165
Snabbdom 0.5.02,56534,710759,481
React 15.3.138,64056,065926,403
React-lite 0.15.66,34540,7251,105,627
Preact 5.4.02,55053,5851,150,506
Vanilla[innerHTML] 1.0.01,79016,9251,500,676
Deku 2.0.0-rc163,28545,9501,598,787
Mercury 14.1.02,84041,3252,115,253
yo-yo 1.2.21,82521,8352,295,505

Apparently there are a lot of them around the internet.
Of course you can build your own framework, here's the tips if you plan doing so.

Viewing all articles
Browse latest Browse all 204

Trending Articles