←back to thread

I see a future in jj

(steveklabnik.com)
291 points steveklabnik | 1 comments | | HN request time: 0.207s | source
Show context
TinkersW ◴[] No.45676111[source]
Does it work with large binary files and not choke like git? Cause git may have won for webdev etc, but in some industries such as gamedev, Perforce is the king... git is barely used at all because it can't handle binary files worth a damn(yes I know about the large file extension, no it isn't sufficient).
replies(3): >>45676135 #>>45676394 #>>45677433 #
jasonpeacock ◴[] No.45676394[source]
Perforce’s binary support is basically equivalent to Git LFS, it does the same thing.

What does Perforce binary support have that Git LFS doesn’t?

AFAIK, the base issue that Perforce is already in use and it has enterprise support.

replies(3): >>45677079 #>>45677238 #>>45677301 #
1. dafelst ◴[] No.45677079[source]
I am the last person to ever promote perforce, but as of last yearish it has the option for binary delta transfer using fastCDC.

Even without that, it is a just straight up a lot faster than git lfs. I know this because I benchmark it against git pretty frequently as I am creating my own large file capable VCS.