Fast implementation of Git in pure Go codeberg.org/lindenii/furgit
git go
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

commitquery: TODO on global arena

Runxi Yu 7fd5b431 efe3045a

+3
+3
commitquery/queries.go
··· 21 21 idle []*query 22 22 maxIdle int 23 23 } 24 + 25 + // TODO: Research a shared arena, or perhaps worker-reconciliation 26 + // schemes if a complete shared arena proves to be too contentious.