babashka / sci

Configurable Clojure/Script interpreter suitable for scripting and Clojure DSLs
Eclipse Public License 1.0
1.21k stars 85 forks source link

Wrap top level namespaces maps in a delay for bundle size #878

Closed borkdude closed 1 year ago

borkdude commented 1 year ago

Rumor has it that top level maps aren't optimized that well or at all by Google Closure. We could try to move the sci.impl.namespaces namespace map into a delay and see if that helps bundle size.

borkdude commented 1 year ago

thheller: I assume SCI uses it? DCE is not an issue then