copycat icon indicating copy to clipboard operation
copycat copied to clipboard

Remove serialization

Open kuujo opened this issue 8 years ago • 0 comments

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.

kuujo avatar Mar 12 '17 08:03 kuujo