Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Architecture issues #1

Open
ilev-sergey opened this issue May 3, 2024 · 0 comments
Open

Architecture issues #1

ilev-sergey opened this issue May 3, 2024 · 0 comments

Comments

@ilev-sergey
Copy link
Owner

Now, with the addition of interactive plotting (39af056), it became obvious that some features that I want to implement require both raw data and results obtained after data processing. The currently implemented pipeline for data: reading -> processing -> fitting -> processing of results doesn't allow to implement these features conveniently, because to access the data in the end, it should be read again, which takes time. Although, such a pipeline was chosen to reduce memory consumption and to simplify working with data, it seems that it is no longer an option. I'm going to try to rewrite the functionality in OOP style, although it seems that there may be some issues with complication of logic and increase in peak memory consumption that need to be considered.

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

No branches or pull requests

1 participant