Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Optimize Size of distribution files #13

Closed
12 tasks
dhershman1 opened this issue Feb 6, 2018 · 1 comment
Closed
12 tasks

Optimize Size of distribution files #13

dhershman1 opened this issue Feb 6, 2018 · 1 comment
Assignees
Projects

Comments

@dhershman1
Copy link
Owner

dhershman1 commented Feb 6, 2018

I want to go through and optimize the file sizes of all of our functions. The folder has gotten pretty big.

Relates to issue #2

So far the biggest offenders are:

  • compress - 6.06KB
  • isEmpty - 5.82KB
  • contains - 4.55KB
  • isEqual - 4.26KB
  • empty - 2.36KB
  • defaults- 2.18KB
  • omit - 1.74KB
  • last - 1.68KB
  • first - 1.68KB
  • reject - 1.65KB
  • find - 1.60KB
  • clone - 1.57KB

Empty and Equal are our biggest issues because they are quite large (the empty internal is a prime example) I may not be able to clean this up as much as I hope but anything is better than nothing.

@dhershman1 dhershman1 self-assigned this Feb 6, 2018
@dhershman1 dhershman1 added this to To do in v1.x.x via automation Feb 6, 2018
@dhershman1
Copy link
Owner Author

Fixes to the overall automation scripts and build process have remedied a lot of our issues in terms of size. Dusty.js is around 17-18KB at the moment. Further optimizations will always be in view though.

v1.x.x automation moved this from To do to Done Feb 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
v1.x.x
  
Done
Development

No branches or pull requests

1 participant