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

Performance bottle neck in DataHandler.Handle* methods #163

Open
ahmed-shariff opened this issue Mar 26, 2024 · 1 comment
Open

Performance bottle neck in DataHandler.Handle* methods #163

ahmed-shariff opened this issue Mar 26, 2024 · 1 comment

Comments

@ahmed-shariff
Copy link
Contributor

I am running a few experiments that require tracking a large number of objects. This results in the SaveData method taking a lot of time to process all the data, which influences my results. I had touched on this in a previous PR (#143 ). Upon further digging, I ended up wrapping the calls to SaveDataTable in a task, which resulted in as much as x20 improvement in the time taken to process the SaveData method.

I have a rough working version of this in a fork I am maintaining as a package: ovi-lab/UXF-extensions@2c3f753

Let me know if this is something you may want to consider merging upstream.

@jackbrookes
Copy link
Member

Amazing! Sorry I don't have much capacity to actively work on UXF. But feel free to submit a PR if you like, and I can check it out.

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

2 participants