Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stack: speed up pass through by 1.9x
Use lower level bufio functionality, work in []byte instead of string, saving a ton of memory copy and making the pass through much faster. Interestingly parsing became a tad slower with more memory allocation. It is unclear to me where they occurs.
- Loading branch information