Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve the way state is tracked in fillReadBuffer | Charlie Stanton | 2023-04-26 | 1 | -74/+103 |
| | |||||
* | Fix minor bug with a few cases where fillReadBuffer was returning the wrong ↵ | Charlie Stanton | 2023-04-26 | 1 | -2/+2 |
| | | | | structure | ||||
* | Replace readString in walk/read.go with a faster implementation that makes ↵ | Charlie Stanton | 2023-04-25 | 1 | -90/+100 |
| | | | | better use of the buffer system | ||||
* | Completely rewrites the JSON parser to make more extensive use of slices and ↵ | Charlie Stanton | 2023-04-25 | 1 | -136/+316 |
| | | | | decrease the number mallocs | ||||
* | Separates JSON parsing code into its own file | Charlie Stanton | 2023-04-25 | 1 | -0/+285 |