/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Go Optimization Guide
(goperf.dev)
480 points
jedeusus
| 1 comments |
31 Mar 25 20:29 UTC
|
HN request time: 0.343s
|
source
Show context
neillyons
◴[
01 Apr 25 05:33 UTC
]
No.
43543171
[source]
▶
>>43539585 (OP)
#
Curious to know what people are building where you need to optimise like this? eg Struct Field Alignment
https://goperf.dev/01-common-patterns/fields-alignment/#avoi...
replies(2):
>>43543293
#
>>43543824
#
1.
dundarious
◴[
01 Apr 25 05:56 UTC
]
No.
43543293
[source]
▶
>>43543171
#
False sharing is an absolutely classic Concurrency 101 lesson, nothing remarkable about it.
ID:
GO
↑