aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/dynamic_map_internal.odin
Commit message (Expand)AuthorAgeFilesLines
...
* Make hash internal key be `uintptr` rather than `u64` to reduce entry sizegingerBill2020-11-231-33/+35
* Change internal layout of `map[K]V`gingerBill2020-11-231-60/+58
* map type internal reorganizationgingerBill2020-11-231-9/+51
* Reorganize runtime code into separate filesgingerBill2020-11-191-0/+303