ivanburak

Results 4 issues of ivanburak

**3.9 Use value cache pool to avoid some allocations** You write: > Personally, I find the design of sync.Pool seldom satisfies the needs in practice. So I often use custom...

**2.7 Value copy scenarios** Example 1 _This example is more efficient_ `func Sum_RangeSliceIdx(a []int) (r int) { for i := range a { r += a[i] } return }` ![image](https://user-images.githubusercontent.com/64741656/152567169-ba5f384f-5645-4d0c-b05b-729999f4296d.png)

### func BenchmarkParseNumber(b *testing.B) { _Hi Dave I think a small change should be done for this func() To see an issue quickly just run this line_ `go test -bench=.Parse.`...

**Замечание** ### Ссылка на статью https://doka.guide/css/text-justify/ ### Описание **Написано:** ⚠️ Поддержка этого свойства по умолчанию выключена в Chrome, поэтому демка будет работать только в Edge или Firefox. **Что нужно изменить**...

ошибка