C# (CSharp) GitSharp.Core ObjectDatabase - 7 exemples trouvés. Ce sont les exemples réels les mieux notés de GitSharp.Core.ObjectDatabase extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Abstraction of arbitrary object storage. An object database stores one or more Git objects, indexed by their unique ObjectId. Optionally an object database can reference one or more alternates; other ObjectDatabase instances that are searched in addition to the current database. Databases are usually divided into two halves: a half that is considered to be fast to search, and a half that is considered to be slow to search. When alternates are present the fast half is fully searched (recursively through all alternates) before the slow half is considered.