about summary refs log tree commit diff
path: root/tvix/store/src/blobwriter.rs
AgeCommit message (Expand)AuthorFilesLines
2023-03-13 r/5960 feat(tvix/store): drop BlobWriterFlorian Klink1-140/+0
2023-03-13 r/5957 refactor(tvix/store): use update_hasher in blobwriterFlorian Klink1-7/+3
2023-03-10 r/5948 refactor(tvix/store): move upload_chunk out of blobwriterFlorian Klink1-27/+2
2023-03-10 r/5945 refactor(tvix/store/blobwriter): don't cloneFlorian Klink1-2/+1
2023-03-10 r/5939 feat(tvix/store): use rayon to upload chunks concurrentlyFlorian Klink1-36/+57
2023-03-10 r/5927 refactor(tvix/store): move blob splitting into a BlobWriter structFlorian Klink1-0/+149