Skip to content

Support Flat Buffers #21

@Jearil

Description

@Jearil

Flat Buffers could incredibly speed up the retrieval and storage of objects assuming the models a person is storing supports flat buffers. In a simple way, this could just be done by modifying the underlaying database to use a byte array rather than a String for data and allowing a flatbuffer style serializer that stores and retrieves the bytes to the flat buffer. Since flat buffers are tied to the Model implementation, the developer would still have to use their models with a flat buffer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions