automerge/automerge-protocol/tests
Andrew Jeffery 9f554252d0
Use tinyvec for actor id (#179)
* Use tinyvec for actor id

Most of the time users will not be using their own identifiers and so
use random uuids. These can fit nicely on the stack for a speedup.
TinyVec allows us to capture this mostly stack, sometimes heap
behaviour.

* Use git version of tinyvec for arbitrary
2021-07-15 10:18:07 +01:00
..
serde_round_trip.rs Use tinyvec for actor id (#179) 2021-07-15 10:18:07 +01:00
serde_round_trip_proptest.proptest-regressions Serialize/Deserialize OpType so it works with msgpack 2021-05-27 15:54:07 -07:00
serde_round_trip_proptest.rs Use tinyvec for actor id (#179) 2021-07-15 10:18:07 +01:00