logoalt Hacker News

brendoncarrollyesterday at 4:03 PM1 replyview on HN

Thanks for the link.

It looks like this treats files as blobs just like Git, and trees as single objects which fit in memory. Assuming that is a correct understanding, this core abstraction would need to change to handle large files and directories well.

All the well known version control systems do this though, and it simplifies the system significantly. It's the right model for source code, but it doesn't translate well to arbitrary data.


Replies

steveklabnikyesterday at 5:20 PM

Yes, it will require work to do large files well. But there is general interest in upstream in having that, there's just nobody driving the work at the moment.