Skip to content

Commit b8f7dfd

Browse files
committed
add tclone arxiv link
1 parent 879a3da commit b8f7dfd

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

content/posts/tclone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We built **TClone**, a workspace-versioning substrate built on a modified Linux
3030
architectural principle is that *online branch creation is separated from durable checkpointing*: a branch becomes
3131
runnable through copy-on-write sharing without copying a single page on the critical path, while serialization to disk
3232
proceeds asynchronously and off that path. TClone clones a live workspace **up to 4.9x faster** than KVM snapshots and
33-
**3.4x faster** than stock CRIU.
33+
**3.4x faster** than stock CRIU. Checkout our full paper on [arxiv](https://arxiv.org/abs/2605.17320).
3434

3535
## Computer-Use Agents Want to Branch
3636

@@ -182,4 +182,4 @@ drops from a full-workspace checkpoint to just the working set you actually dive
182182

183183
<hr>
184184

185-
*This work is currently under submission.*
185+
{{< tclone/checkout-paper >}}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<div class="p-4 flex w-full items-center justify-center text-center">
2+
<a href="https://arxiv.org/abs/2605.17320" target="_blank" rel="noopener noreferrer" class="no-underline">
3+
<button
4+
class="bg-blue-500 text-white py-4 px-8 border-0 rounded-lg text-lg font-sans cursor-pointer inline-block text-center transition-colors duration-300 hover:bg-blue-700"
5+
>
6+
<strong style="color: white;">Read Full Paper</strong>
7+
</button>
8+
</a>
9+
</div>

0 commit comments

Comments
 (0)