I noticed undeeded overhead in allow, deny and query - there is a clojure there for no good reason.
for example, in Acl.prototype.allow - you create a clojure and capture the value of actions[i] even though there is no async function in that loop.
I removed those clojures.
I noticed undeeded overhead in allow, deny and query - there is a clojure there for no good reason. for example, in Acl.prototype.allow - you create a clojure and capture the value of actions[i] even though there is no async function in that loop. I removed those clojures.