Hacker News new | ask | show | jobs
by repiret 2143 days ago
It looks like they did, but having an implementation in a memory-safe language was one of their requirements. Learning that was for me the most fascinating part of the article.
2 comments

A pure-rust implementation of zstd decoder already exists in production : https://github.com/KillingSpark/zstd-rs
Surely Dropbox would have the engineering power to re-implement zstd in a memory safe language if it was sufficiently beneficial.
I'm sure they could implement it technically speaking, but if a compression protocol is not widespread enough to have others doing such a thing, they can probably consider that a sign of how supported it is.