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

Offboard from ObjectOutputStream to custom writer or use reset #101

Open
the123saurav opened this issue Dec 25, 2021 · 0 comments
Open

Offboard from ObjectOutputStream to custom writer or use reset #101

the123saurav opened this issue Dec 25, 2021 · 0 comments
Labels
enhancement New feature or request evaluation For 'Grokking Internal member' evaluation

Comments

@the123saurav
Copy link
Contributor

the123saurav commented Dec 25, 2021

Object output stream comes with an overhead of object cache which doesn’t make much sense for AOF as each command is independent. This leads to memory leaks and also slows down reads and writes.
Since we are already writing byte stream we don’t need specific serialisation capabilities.

@the123saurav the123saurav self-assigned this Dec 25, 2021
@the123saurav the123saurav added the enhancement New feature or request label Dec 25, 2021
@tuhuynh27 tuhuynh27 added the evaluation For 'Grokking Internal member' evaluation label Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request evaluation For 'Grokking Internal member' evaluation
Projects
None yet
Development

No branches or pull requests

2 participants