频繁得使用```make([]uint8, 0, n)```来peek,导致频繁的创建小内存 建议引入`sync.pool`来复用对象
频繁得使用
make([]uint8, 0, n)来peek,导致频繁的创建小内存建议引入
sync.pool来复用对象