←back to thread

213 points shcheklein | 1 comments | | HN request time: 1.018s | source
Show context
jiangplus ◴[] No.41892887[source]
How does it compare to Oxen?

https://github.com/Oxen-AI/Oxen

replies(3): >>41894597 #>>41895851 #>>41896651 #
1. gregschoeninger ◴[] No.41895851[source]
Maintainer of Oxen here, we initially built Oxen because DVC was pretty painfully slow to work with, and had a lot of extra bells and whistles that we didn’t need. Under the hood we optimized the merkle tree structure, hashing algorithms, network protocols, etc to make it speedy when it came to large datasets. We have a pretty nice front end at https://oxen.ai for viewing and querying the data as well.

Happy to answer any thoughts or questions!