Seriously, if you care about lock-free algorithms, zero-cost abstractions, control of memory management and avoiding false sharing, why use Go in the first place? C/C++ and Rust are much more practical choices, even Java has mature concurrent data structures.
IMHO, Go is a sensible choice to achieve 80/100 raw performance. Beyond that, Go is just not the right tool.