Da Li (李达)

Results 118 comments of Da Li (李达)

Can this be marked with milestone of next release 0.60?

This one can enjoy a review! Thanks! @guilhermeleobas

Thanks @guilhermeleobas ! I'm not familiar with IR Builder stuff, your comments are valuable for me! Will address them one-by-one.

Off topic: I often saw ``` CondaHTTPError: HTTP 524 CONNECTION FAILED for url ](https://conda.anaconda.org/numba/label/dev/linux-64/llvmlite-0.43.0dev0-py310he1b5a44_12.tar.bz2%3E) ``` this network error in CI recently, but normal users don't have permissions to rerun this...

I think this is ready for review. All failing jobs are `Before install` or `Build error` related to HTTP errors and llvmlite. All other jobs are passed. Will add a...

Here is a mini-benchmark: ```python import os import random import time from numba import njit, typed, types N = 100000 @njit def koo(): keys = [i for i in range(N)]...

@guilhermeleobas, cool! All checks have passed this time. A concern: as I mentioned in a previous comment `a more profound inherent limitation`, do you think PIXIE can overcome this limitation,...

not sure what changes, but the result of the mini-benchmark becomes 0.7 vs 1.4, speed up is 2x. Can we put this into `0.60rc`? gentle ping @guilhermeleobas , can review...

Looks like we can't put this into `0.60`. Then perhaps put it into `0.61rc`?

I believe this PR has been reviewed from you in a very quick speed! Compared to my other PRs. : )