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
It's a known problem that runtime resolve isn't good for native image size. When upgrading from 1.5.9 to 1.15(!).10 I noticed that babashka's image size grew from 75mb to 120mb. This is due to a resolve call in a reader function. I will follow up with a PR.
The text was updated successfully, but these errors were encountered:
See [clj-commons#71](clj-commons#71).
`clojure.core/hash-unordered-coll` has been around since 1.6 and ordered only
supports 1.8+ so there's no need to check for its existence anymore.
It's a known problem that runtime resolve isn't good for native image size. When upgrading from 1.5.9 to 1.15(!).10 I noticed that babashka's image size grew from 75mb to 120mb. This is due to a
resolve
call in a reader function. I will follow up with a PR.The text was updated successfully, but these errors were encountered: