Derive Macrosยง
- Entry
- Derive macro for declaring an OmniPaxos log entry type.
- UniCache
Entry - Derive macro for declaring an OmniPaxos log entry type that uses UniCache.
UniCache can reduce the amount of transmitted data by caching the values of user-specified fields and encoding them as smaller types.
For instance, a popular
String
that appears repeatedly can be sent over the network as anu8
.