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
We've long suspected that we are initializing Clojure more than once, to the determent of our startup time. Two candidates for this double init are require calls in the static constructors in AssetPostprocessor.cs and BuildPipeline.cs. The timing and evaluation semantics of static constructors has thrown us in the past, and this is worth looking into.
The text was updated successfully, but these errors were encountered:
We've long suspected that we are initializing Clojure more than once, to the determent of our startup time. Two candidates for this double init are
require
calls in the static constructors in AssetPostprocessor.cs and BuildPipeline.cs. The timing and evaluation semantics of static constructors has thrown us in the past, and this is worth looking into.The text was updated successfully, but these errors were encountered: