jbeardly-junkyard / gitquery

SQL interface to Git repositories, written in Go.
MIT License
0 stars 0 forks source link

Repository pool #15

Closed jfontan closed 6 years ago

jfontan commented 6 years ago

Fixes #10

jfontan commented 6 years ago

Added an initial multithread version:

https://github.com/jfontan/gitquery/tree/multithread-repository-pool

jfontan commented 6 years ago

Multi Threaded version merged into this PR. Now repositories are iterated in parallel, one per processor.

jfontan commented 6 years ago

Rebased the code with master and fixed conflicts.

jfontan commented 6 years ago

Squashed some commits