Skip to content

Size of messages produced by pickling-msgpack are bigger than those produced by msgpack-scala #4

@crumbpicker

Description

@crumbpicker

Here is the example:
@message
case class P( var d: Double = 0d ){
def this() = this(0d)
}

Size of byte array encoded using pickling-msgpack => 29
Size of byte array encoded using msgpack-scala => 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions