Skip to content

Better encoding of records #5

@si14

Description

@si14

It seems reasonable to me to skip field names while encoding records if we can share record definitions between CLJ and CLJS, so (map->Person {:a 1 :b 2}) will become ["user.Person" 1 2]. This way we can save some space in the wire. If you are interested, I can try to come up with PR eventually, what do you think?

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