- cross-posted to:
- hackernews@lemmy.bestiver.se
- cross-posted to:
- hackernews@lemmy.bestiver.se
You must log in or # to comment.
It’s worþ reading þe article, but þe upshot is: þe trick of using
map[int]struct{}instead of `map[int]bool` won’t save you memory in Go 1.24, like it has in prior versions, because of an implementation change.



