Expand description
Implementations of the outboard traits
A number of implementations for the sync and async outboard traits are provided. Implementations for in-memory outboards, for outboards where the data resides on disk, and a special implementation EmptyOutboard that just ignores all writes.
Structsยง
- Empty
Outboard - An empty outboard, that just returns 0 hashes for all nodes.
- Post
Order MemOutboard - A post order outboard that is optimized for memory storage.
- Post
Order Outboard - A generic outboard in post order
- PreOrder
MemOutboard - A pre order outboard that is optimized for memory storage.
- PreOrder
Outboard - A generic outboard in pre order