A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Byron/gitplusplus below:

Byron/gitplusplus: Rewrite git using c++11 facilities

In its current form, git++ models the concept behind git in general, and specializes is to allow reading and writing of git repositories, in a platform independent manner.

The model is, as the name suggests, heavily based on templates, which model the git-concept. The specialization of these models makes them usable in the real world, and allows third partys to link them statically.

As a major difference to the existing implementation, git++ operates exclusively on streams, which makes the abstraction of different sources and destinations easy, i.e. to implement new protocols or streaming of objects across a network. Additionally, the stream implementation attempts to stream packed objects as well, to reduce memory bandwidth requirements.

Primarily it is used to exercise advanced features of c++0x and to get used to the programming of usable models which integrate well with the stl and boost.

This should allow git-like behaviour even for non-standard applications which require an own repository format, but still want to benefit from the advantages of a git-like data structure.

As such, git++ is a pet project, which at first aims to satisfy my own curiosity, and which should later become fully usable and thus part of my own software.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4