aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/common.go
Commit message (Collapse)AuthorAgeFilesLines
* plumbing: TreeWalker performance improvement, bufio pool for objectsArran Walker2019-04-221-0/+12
Removes path.Clean and path.Join, as they're expensive in comparison to basic string manipulation that can be used here. Adds bufio.Buffer pool to be used by tag, tree and commit object decoding. Signed-off-by: Arran Walker <arran.walker@fiveturns.org>