Skip to content

xlfishbone/marionette.morphdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

marionette.morphdom

##Purpose I was looking for ways to speed up a view I had that was essentially a very large grid that needed to be shown without paging 😟. I found a library called Morphdom and it has seemed to helped performance a bit.

##Findings in ms:

MorphDom Normal % Diff
1990 3822 48%
1924 3504 44%
2106 3634 47%
2090 3476 45%
2360 3690 49%

I did notice that in smaller views the difference was negligible if there was any at all. But on more complex views it was noticeable.

##Dependencies

##TODO Add to NPM and bower

##License MIT

About

Add morphdom to backbone.marionette views

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published