remove TODO: tried it, only helped with 1 allocation, not worth the overhead and potential contention

pull/256/head
joeybloggs 8 years ago
parent f581a2d517
commit a8f7aaba72
  1. 1
      validator.go

@ -208,7 +208,6 @@ OUTER:
var i64 int64
reusableCF := &cField{}
// TODO: cache pool &cField
for i := 0; i < current.Len(); i++ {
i64 = int64(i)

Loading…
Cancel
Save