|
|
|
|
|
by mappu
111 days ago
|
|
A few release cycles back, Swiss Maps became popular (i think, particular thanks to CockroachDB) as a replacement for standard Go map[K]V. Later, Go's stdlib map implementation was updated to use Swiss Maps internally and everyone benefited. Do you think the xsync.Map could be considered for upstreaming? Especially if it outperforms sync.Map at all the same use cases. |
|