GoTD: MTProto Telegram Client and Server in Gogithub.com2 points·by ernado·4 tahun yang lalu·0 comments
Go-faster/ch: fastest ClickHouse client in Go, faster than Rust and C++github.com14 points·by ernado·5 tahun yang lalu·4 comments
ernado·4 tahun yang lalu·discussRussia is building 22 reactors (mostly VVER), China 16, Korea 5, India 4, France 3, US 2.
ernado·5 tahun yang lalu·discussAll of them. Please see benchmarks: https://github.com/go-faster/ch-bench
ernado·6 tahun yang lalu·discussIt is right, race detector is not enabled by default and you should explicitly run tests with it or tell compiler to enable it - it is not compile-time, but run-time.But still, it detects this error.
ernado·6 tahun yang lalu·discuss> we caught a significant race conditionIt is a data race, not a race condition.> and which passed the race checker for GoNo, it is not. https://github.com/helm/helm/pull/7820#issuecomment-60436062...There is a comment by issue author which is literally a go data race detector warning. Like "WARNING: DATA RACE".