aboutsummaryrefslogtreecommitdiffstats
path: root/packfile
Commit message (Collapse)AuthorAgeFilesLines
* vcs: using github.com/klauspost/compress/zlibMáximo Cuadros2015-07-291-1/+2
|
* Merge pull request #65 from toqueteos/repo-redirectsMáximo Cuadros2015-06-111-2/+1
|\ | | | | | | Update URLs for moved repositories
| * Unused attribute (leftover).Carlos Cobo2015-06-041-2/+1
| |
* | Remove not used zlib fragment.Carlos Cobo2015-06-041-16/+3
|/ | | | NewTree is called with the already deflated contents, there's no need to always fail creating a `zlib.NewReader` and waste memory with a new buffer we are just about to destroy.
* Refactor out ReadAll, use custom Reader instead.Carlos Cobo2015-05-201-19/+39
| | | | We don't want to read all packfiles to memory, working with a stream is enough.
* Fixes #50.Carlos Cobo2015-05-201-152/+103
| | | | Revamped PackfileReader internals, no longer using a give back buffer.
* Reduce allocs in packfile reader.Toni Cárdenas2015-05-191-12/+24
| | | | | | This doesn't have a noticeable impact in performance for a single repo, but it may have for lots of repos due to GC overhead, as we are creating thousands of spurious objects per repo. More importantly, it was driving me crazy.
* some refactor in folders and crawlerMáximo Cuadros Ortiz2015-04-067-0/+1067