Skip to content
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
Open
@kuujo

Description

@kuujo

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions