There is an implementation in progress. For the most part it has not been checked in yet. There is a stack of CLs starting at https://go-review.git.corp.google.com/c/go/+/582415
On Saturday, August 17, 2024 at 1:56:06 PM UTC-7 Leah Stapleton wrote: > 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/e8d1c630-c5f6-49b5-a062-2c587ac34071n%40googlegroups.com.