AtomVM icon indicating copy to clipboard operation
AtomVM copied to clipboard

(Duplicated) atom tables waste a lot of space

Open bettio opened this issue 1 year ago • 0 comments

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.

bettio avatar Sep 11 '24 22:09 bettio