Allowing to have collections of event files as event data
@Priansh-master is already working on this.
Since Jun 30, 2025.
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 105
- Avg merge
- 16h 15m
- Merged PRs (30d)
- 34
Description
Currently the event data are read from a single event file which is fully loaded at start time. This means that all events are present in memory, potentially taking quite some space.
One could think of being able to have several event files as input, and only load one in memory at a time so that we can drop previous events when a new file is loaded.
It could even be expanded to collections of files (several collections, maybe even with a hierarchy in a tree) so that we could expose to the users several sets of files, e.g. "Best events", "B physics", "Live events", etc... and the user can choose what (s)he likes to see at a given moment.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.