Denis Verbin

Results 29 comments of Denis Verbin

@jannikmi Just to confirm, you ask to check the performance of the timezonefinder 6.0.2 without installed numba, correct?

Please, my test results, to be clear I do not see much difference when numba is installed or not, it is looks like numba not used at all, is it...

Hi @jannikmi Do you have any hints to ensure is problem in numba or timezonefinder? Im ask because I’ve ran numba benchmark (posted in numba repo issue) and have good...

Hi @jannikmi It returns `True` but the execution time is 1m4s.

@jannikmi sorry for the confusion, I've added f.using_numba() to my dataset generation after each call, 1m4s it is time of overall execution of the ~400 calls.

@jannikmi Looks like this benchmark uses `jit`, not `njit`, link to benchmark: https://github.com/numba/numba/issues/8293#issue-1320087411 I have no experience with it to sort it out and modify it within a reasonable time....

> Can you make sure you call timezonefinder for a couple of points (without timing it) before running your benchmarks please? As I answered in the Numba repo issue -...

> I am not an expert on this, but at least the caching behavior could be different in the Docker image. No, usually it is same as locally, I have...

Hi @esc ``` root@cf4d571e7422:/app# numba -s System info: -------------------------------------------------------------------------------- __Time Stamp__ Report started (local time) : 2022-08-12 14:19:46.133256 UTC start time : 2022-08-12 14:19:46.133260 Running time (s) : 0.854724 __Hardware...

@esc @jannikmi I have "good" news, I reproduced the issue not only in Docker but locally too. Yesterday I have re-created venv (for another reason) and now I have similar...