Y
Hacker News
new
|
ask
|
show
|
jobs
by
modeless
261 days ago
Does Steam do something like this for game updates?
1 comments
Scaevolus
261 days ago
Steam unfortunately doesn't use a rolling hash like this (fastcdc, buzhash, etc.), but rather slices files into 1MB chunks, hashes them, and updates at that granularity.
https://partner.steamgames.com/doc/sdk/uploading#AppStructur...
link
https://partner.steamgames.com/doc/sdk/uploading#AppStructur...