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

Tracking Issue - Refactor INX Writer #685

Closed
6 tasks done
grtlr opened this issue Sep 16, 2022 · 1 comment
Closed
6 tasks done

Tracking Issue - Refactor INX Writer #685

grtlr opened this issue Sep 16, 2022 · 1 comment
Assignees

Comments

@grtlr
Copy link
Contributor

grtlr commented Sep 16, 2022

The goal of this refactor is to make Chronicle easier to maintain by significantly reducing the amount of code. By refactoring our INX stream handling, we should also be able to improve the write speed of Chronicle because we would be able to get rid of many unnecessary memory allocations. It would also increase robustness for large data.

Steps

Unresolved Questions

It would be interesting to quantify the performance improvement that are achieved by this refactor.

Implementation history

A basic setup for tasks that support graceful shutdown can be found here: https://github.com/grtlr/nort

@grtlr grtlr self-assigned this Sep 16, 2022
@grtlr grtlr pinned this issue Sep 20, 2022
@grtlr
Copy link
Contributor Author

grtlr commented Oct 20, 2022

Apart from #597 (which is currently blocked) this has been done.

@grtlr grtlr closed this as completed Oct 20, 2022
@grtlr grtlr unpinned this issue Oct 20, 2022
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