Hi, The code in the map_swiss.go and map_noswiss.go is virtually the same.
Have the swiss tables been implemented yet? https://github.com/golang/go/blob/master/src/runtime/map_swiss.go https://github.com/golang/go/blob/master/src/runtime/map_noswiss.go There is nothing in the map_swiss.go files about the empty or deletedSlots discussed here https://go-review.googlesource.com/c/go/+/426614/12/src/runtime/map.go#59 emptySlot uint8 = 0b1111_1111 deletedSlot uint8 = 0b1000_0000 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/6b9671f3-f81e-402c-ac1f-8fe4de32cf90n%40googlegroups.com.