rococo icon indicating copy to clipboard operation
rococo copied to clipboard

Results 8 rococo issues
Sort by recently updated
recently updated
newest added

Currently a transaction in the system is written in dozens of hard-coded c++ functions, each of which is chopped by hand and contains a lot of function calls that should...

The scripts in run_all.sh are not tiny jobs of just calling commands. Many of the codes are doing complex jobs such collecting stats and calculating, which would be easier to...

For paxos implementation as comparison.

As we are getting more people working on this, it would be better to have a consistent code style. There are two popular styles: Google and Boost. Although the google...

gcov seems a good way to test code coverage. http://bobah.net/d4d/tools/code-coverage-with-gcov

Previously all the unit tests are disabled to catch a deadline. Now it is time to bring it back. I am also thinking using a more accepted test framework, and...

ZeroMQ seems to has a simpler interface and more mature implementation for cross language communication.

Hi Mengxing, can you help on solve this problem? I guess it might be some trivial issue, but it is annoying when running benchmarks, and for now i do not...

bug