Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ftyp: exit asap to prevent mem allocs (#517)
go test -bench=SliceRand -benchmem before: BenchmarkSliceRand-8 688160 1690 ns/op 728 B/op 75 allocs/op after: BenchmarkSliceRand-8 1232066 1173 ns/op 160 B/op 4 allocs/op
- Loading branch information