You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that a very simple script of mine (just returning a query from a JSON file) was much slower than expected.
It turns out that just require('alfy') adds about 120ms to a script's execution time.
I noticed that a very simple script of mine (just returning a query from a JSON file) was much slower than expected.
It turns out that just
require('alfy')
adds about 120ms to a script's execution time.Since I only used alfy for outputs I replaced
with
Now Alfred feels snappy again. :-)
The text was updated successfully, but these errors were encountered: