g2p / git-fs

A filesystem interface to git repositories
GNU General Public License v2.0
234 stars 19 forks source link

Performance Question #9

Open markriggins opened 9 years ago

markriggins commented 9 years ago

Hi,

I am really interested in using git-fs for serving content over HTTP based on the GIT hashes, but w/o having to do checkouts.

Do you have any performance data? Is this still an active project? Is there any caching under the covers? We have lots of branches with sometimes trivial changes, so most/much of our I/O is off the tip of the master branch. All content in fact is served off the tip of each branch.

Mark

fabio-porcedda commented 9 years ago

I'm also interested to have further info. Unfortunately the project seems not under development anymore. There is some fork or alternative project actively developed?