Skip to content

Commit

Permalink
Removed pool init
Browse files Browse the repository at this point in the history
  • Loading branch information
mymmrac committed Jun 13, 2024
1 parent 282aecf commit 425b35d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/json/general.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ import (
type RawMessage = json.RawMessage

var ParserPoll = &fastjson.ParserPool{}

func init() {
for i := 0; i < 8; i++ {
ParserPoll.Put(&fastjson.Parser{})
}
}

0 comments on commit 425b35d

Please sign in to comment.