orion3dgames / gridder

A jQuery plugin that displays a thumbnail grid expanding preview similar to the effect seen on Google Images.
http://orion3dgames.github.io/gridder/
461 stars 130 forks source link

Performance improvement #74

Closed NaveenDA closed 4 years ago

NaveenDA commented 4 years ago
  1. typeof is far better than jQuery.isFunction - https://jsperf.com/jquery-isfunction-vs-vanilla-is-function
  2. Package name must be match - ^(?:@[a-z0-9-~][a-z0-9-.~]*/)?[a-z0-9-~][a-z0-9-.~]*$ pattern
  3. Console is shipped with after IE8, so no need polyfill for console
  4. Add Factory method to support commonJS, AMD and normal browser model
ddaydd commented 4 years ago

ah quand même !