Commit Graph

2 Commits

Author SHA1 Message Date
Carlos Martín Nieto 1eeddfa291 Some perf work
This takes off some time in our benchmark, but we still spend a lot of time
creating the filenames out of the slice and allocating objects.
2017-10-23 14:06:16 +02:00
Carlos Martín Nieto e40cf421a0 tree: add a managed version of the tree
It offers the most of the same interface as the libgit2 tree, but the parsed
memory has gone straight into managed, avoiding the expensive calls into C for
accessors.
2017-10-20 00:23:29 +02:00