Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Flat Buffers #21

Open
Jearil opened this issue Jul 27, 2015 · 0 comments
Open

Support Flat Buffers #21

Jearil opened this issue Jul 27, 2015 · 0 comments

Comments

@Jearil
Copy link
Owner

Jearil commented Jul 27, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant