Skip to content

Tags: aperturerobotics/cayley

Tags

v0.9.1

Toggle v0.9.1's commit message
fix: clarify behavior of RemoveQuad in comment

Signed-off-by: Christian Stewart <[email protected]>

v0.9.0

Toggle v0.9.0's commit message
refactor: fully complete forking package

Signed-off-by: Christian Stewart <[email protected]>

v0.8.0

Toggle v0.8.0's commit message
fix(deps): update all dependencies

Signed-off-by: Christian Stewart <[email protected]>

aperture-12

Toggle aperture-12's commit message
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]>

aperture-11

Toggle aperture-11's commit message
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]>

aperture-10

Toggle aperture-10's commit message
refactor: add context parameter to init quad store

Signed-off-by: Christian Stewart <[email protected]>

aperture-9

Toggle aperture-9's commit message
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]>

aperture-8

Toggle aperture-8's commit message
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]>

aperture-7

Toggle aperture-7's commit message
fix(quad): recursive marshal in pquads

Signed-off-by: Christian Stewart <[email protected]>

aperture-6

Toggle aperture-6's commit message
fix(quad): recursive marshal in pquads

Signed-off-by: Christian Stewart <[email protected]>