No concurrency wrapper; backends own their concurrency story
Vds.t is pure dispatch — zero overhead, no locks. Each backend
documents its concurrency guarantees. Add batch_append API and
benchmarks.
Single-domain performance: ~250k-350k appends/s at any tree size
(O(log n) confirmed — flat from 1k to 100k entries at ~4μs/append).