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

Enhace memory usage in header serialization #3

Open
qub1750ul opened this issue Apr 1, 2019 · 0 comments
Open

Enhace memory usage in header serialization #3

qub1750ul opened this issue Apr 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@qub1750ul
Copy link
Owner

// Count the \n terminated substrings and create an array that can hold them

Pragma fields serialization can have lower time/memory cost by serializing them in-place, removing the need to duplicate the data.

@qub1750ul qub1750ul added the enhancement New feature or request label Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant