You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Multiverse back-end relies on Git, a powerful distributed source control system. We inherit all the features introduced by Git, including:
compact history and branching
natural data de-duplication
cryptographic data integrity
SSH internet sharing protocol
collaborative work capabilities
Multiverse scene data representation allows for punctual access to individual scene elements, opening the door to multi-threaded I/O as well as easy scene updates.
To our knowledge, it is the first time that such a set of features is available to the production community.
Now with its version 2.0.0 Multiverse also takes advantage of Milliways, a soon to be published powerful and fast on-disk key-value store C++ library.