Tags: aperturerobotics/cayley
Tags
fix: clarify behavior of RemoveQuad in comment Signed-off-by: Christian Stewart <[email protected]>
refactor: fully complete forking package Signed-off-by: Christian Stewart <[email protected]>
fix(deps): update all dependencies Signed-off-by: Christian Stewart <[email protected]>
refactor: add context to quad store and iterators Add a context parameter to all functions that require one: this required significant refactoring across the tree to add context parameters to iterators, the quad store, quad writer, and the schema system. Signed-off-by: Christian Stewart <[email protected]>
refactor(kv): use ascii readable keys Instead of using binary big-endian values in keys, use ascii so that the keys can be printed in logs or other debug output. Shorten meta/indexes to m/idx. Signed-off-by: Christian Stewart <[email protected]>
refactor: add context parameter to init quad store Signed-off-by: Christian Stewart <[email protected]>
refactor: drop timestamp from quad primitive Remove a source of non-determinism in Cayley behavior. Without the timestamp field, most of Cayley's operations are deterministic, assuming the storage backend is deterministic. Signed-off-by: Christian Stewart <[email protected]>
refactor: drop timestamp from quad primitive Remove a source of non-determinism in Cayley behavior. Without the timestamp field, most of Cayley's operations are deterministic, assuming the storage backend is deterministic. Signed-off-by: Christian Stewart <[email protected]>
fix(quad): recursive marshal in pquads Signed-off-by: Christian Stewart <[email protected]>
fix(quad): recursive marshal in pquads Signed-off-by: Christian Stewart <[email protected]>
PreviousNext