copycat
copycat copied to clipboard
Remove serialization
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.