this post was submitted on 17 Jun 2026
26 points (90.6% liked)

Opensource

6259 readers
58 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] VitoRobles@lemmy.today 22 points 5 days ago (1 children)

I was trying to figure out it's use-cases

Lore is a next-generation open source version control system maintained by Epic Games. Designed for unprecedented scalability—both in terms of data size and the size and distribution of teams and repositories—it is especially optimized for projects that combine code with large binary assets, such as those found in the games and entertainment industries.

Oh yeah this is solving a huge problem. Games struggle with versioning because of the limits in place of git.

[–] JustEnoughDucks@slrpnk.net 1 points 5 days ago

This would also be good for MCAD maybe? It also has a ton of binary blobs often from git's perspective.

I didn't know about git LFS (which doesn't record the history of the files IIRC, just gives a pointer to larger bucket storage), so one of my projects ballooned to 1.2GB and took a lot of time to sync and then doubled when I tried to move to LFS and delete the history of those files, but at least it is fast as hell to push and pull now.