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

asynchronous implementation for speedup #264

Open
jannikmi opened this issue Dec 4, 2024 · 0 comments
Open

asynchronous implementation for speedup #264

jannikmi opened this issue Dec 4, 2024 · 0 comments

Comments

@jannikmi
Copy link
Owner

jannikmi commented Dec 4, 2024

the timezone computations involve slow disk IO operations.

TODO: check if supporting parallelism by offering an asynchronous implementation of the timezonefinder lookup algorithms for multiple query points can offer a significant speedup.
Is the implementation effort and additional code complexity worth it (in relation to the gain)?

Attention: the file read positions of parallel calls will conflict -> files must be locked if in use

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

No branches or pull requests

1 participant