You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: