FuzzyLog
FuzzyLog copied to clipboard
Experiments in partially ordered SMR.
When I download the master repo, and cargo test, it seem build error happened. Is there something wrong? How can I fix it?
I made some changes to some files to get them to pass test cases. There were some missing commas, variables that don't exist in scopes, and some zero-initialized objects that...
would break next version of log-hdfs
Fix this either in dependent multi, or the piece algorithm and server
We currently copy inputed packets upon adding them to the chain. It should be possible to simply increment the refcount and store the packet as is. This would require adding...