<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/walk/read.go
Commit message (Collapse)AuthorAgeFilesLines
* Completely rewrites the JSON parser to make more extensive use of slices and ↵Charlie Stanton2023-04-251-136/+316
| | | | decrease the number mallocs
* Separates JSON parsing code into its own fileCharlie Stanton2023-04-251-0/+285