-
-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Milestone
Description
I would like meow
to have as little impact on startup performance as possible.
#67 is one way to improve that.
I will also do some profiling with DevTools to see what else can be optimized.
From memory, the
Line 78 in 646f30b
normalizePackageData(pkg); |
cli.pkg
. We only really need the description
field ourselves, which doesn't need to be normalized.
I'm open to other ideas and help with this.