Go Simple Improvements
Opened this issue · 0 comments
seangerhardt-wf commented
I ran gosimple recently, and found opportunities for improvements in ffjson generated files.
- Should omit comparison to bool constant
- Should use bytes.Equal instead of bytes.compare
- Should simplify make calls
Making these improvements should help to slightly reduce overall size of the generated files, and may offer some modest speedups as well