rune
rune copied to clipboard
Use a sparser internal repr for structs
They are currently stored as HashMaps, but their data could be stored as an array with a shared lookaside table for which index a field corresponds to.