chiark / gitweb /
fastsplit: Introduce fastsplit concept
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 20 Apr 2022 08:40:03 +0000 (09:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 30 Apr 2022 14:15:30 +0000 (15:15 +0100)
commit8e87c665372c5d881c3c5a3f61dc52c98b538b94
treed81a559436e904b074324dc5cf2742ca14f33be5
parent495749ff85c0b0dc9750a7fb709ac55208f8e66a
fastsplit: Introduce fastsplit concept

This has all the relevant data structures and support code, but does
not yet implemnet the actual splitting and deleting/merging
operations which will be needed for the piece api op impls.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
daemon/cmdlistener.rs
src/fastsplit.rs [new file with mode: 0644]
src/gamestate.rs
src/global.rs
src/lib.rs
src/prelude.rs