Change memory layout of map to be 3 words smaller

This commit is contained in:
gingerBill
2018-08-30 19:14:10 +01:00
parent e0240c186f
commit aa542980ce
12 changed files with 114 additions and 44 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Raw_Dynamic_Array :: struct {
}
Raw_Map :: struct {
hashes: [dynamic]int,
hashes: []int,
entries: Raw_Dynamic_Array,
}