This repository was archived by the owner on Dec 19, 2017. It is now read-only.
This repository was archived by the owner on Dec 19, 2017. It is now read-only.
Remove serialization #298
Open
Description
Copycat servers unnecessarily serialize/deserialize operations during replication. This has simplified debugging Copycat's replication protocol, but represents an unnecessary overhead. Copycat is designed as a low-level framework that should not really handle serialization on its own at all. Copycat should provide serializers only for its own internal objects and accept, replicate, and commit simple binary commands/queries from clients.