Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime resolve bloats native image size #71

Closed
borkdude opened this issue Mar 18, 2023 · 0 comments
Closed

Runtime resolve bloats native image size #71

borkdude opened this issue Mar 18, 2023 · 0 comments

Comments

@borkdude
Copy link
Contributor

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.

NoahTheDuke added a commit to NoahTheDuke/ordered that referenced this issue May 13, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant