nucccc

Results 8 comments of nucccc

Hi, I tried to take a look at the code, and to me it seems like it would be useful to start from line 1314 of `mypyc/irbuild/ll_builder.py`, in which: ```...

@ichard26 Thank you very much for the kind and exhaustive response. I'm working on the issue and I opened a PR for that. I introduced the new C code you...

After your suggestion, I even modified the cython code for a hypothetized improvement by eliminating not the distances matrix ` c = distance.cdist(exp_data, num_data, metric='minkowski', p=p) ` but rather the...

Ah yes, i just added a dtw comparison. Then i think the benchmark could be better organized, I would put some more work in it. I'm swamped too and thank...

Hi, in this period I could be a little bit busy, but I could find some time. Recently I red that Cython 3.0 was released, which uses heavily type hinting,...

If you're interested I could open a branch (also in a fork of mine) with some cythonized code in dedicated folder, for intermediate evaluations. Hopefully I could do that in...

I'm quite busy, but I'll try to give you my humble opinion: - A C++ version would be great, but I'm still worried if bypassing numpy would lose some SIMD...

> It may be worth it to catch proxy exceptions from requests and emit a more specific error message, which suggests to check `pip config debug` for misconfigured proxies. I...