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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: