an empty for{} statement.
On most (all?) supported Go architectures, the empty select will yield CPU. An empty for-loop won't, i.e. it will "spin" on 100% CPU
ага, я уже нашел "For the love of god, never EVER do this. Just spent the last 4 days trying to debug a program that was using over 200% CPU. This was it." отсюда: https://stackoverflow.com/a/42761813/3166697
Странно. Тут говорят одно, а чуть выше - противоположное
а что пустой for это нормально го?
Обсуждают сегодня