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

(Duplicated) atom tables waste a lot of space #1265

Open
bettio opened this issue Sep 11, 2024 · 0 comments
Open

(Duplicated) atom tables waste a lot of space #1265

bettio opened this issue Sep 11, 2024 · 0 comments

Comments

@bettio
Copy link
Collaborator

bettio commented Sep 11, 2024

This is very true when dealing with Elixir modules, that they contain long atom names, and each module has a number of common atoms with other modules.
So a solution to this issue might be collecting all atom names and compacting them into a single per-avm file atom table.
I expect something like 30 kb saved just with this strategy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant