Stefan Helmert
Stefan Helmert
This solves the two named bugs. Please verify!
I get segmentation fault, if I remove the ``@njit`` decorator from my function: https://github.com/TheTesla/xyzcad/commit/e8474948c25be7b8b25a3acbfb5630a12be21c6a Maybe there is a problem in handling numba datatypes in plain python or in the conversion...
I implemented an approach of lock-free parallel dictionary write. But I found weird performance issues. The total time needed to complete increased with the number of threads. I found out,...
The `if e not in single_edge_set:` condition hangs up, if the data is ordered in a specific way. This code shows the problem: https://github.com/TheTesla/xyzcad/commit/2d0ef4a3e8101c6cb6700f6ab2269f82a8a1abd4 please run `python3 demo.py` After around...
## Crashing Adding `inline='always'` gives me: ``` /home/efame275/py-par-dict/pardictimpl_fast_tuple_dict_inline.py:120: NumbaTypeSafetyWarning: unsafe cast from uint64 to int64. Precision may be lost. return dicts[hash(key)%nothrds][key] Traceback (most recent call last): File "/home/efame275/.venv-default/lib/python3.12/site-packages/numba/typed/dictobject.py", line 778,...
should solve: #9609 My idea is to define the type `'function'` as argument, similar to `'int64'` or `'float64'` in the signature. I don't think, there is any need to check,...
…d OpenSSL addresses issue #9432
Converter_DCDC_Aimtec_AM2DSxxxxSJZ_Single_THT
Today it is only possible to upload one zip file containing a project at the same time. It would be nice to upload more projects at the same time by...
To upload a zip file containing a project I have to click: "New Project" -> "Upload Project" and then drag'n'drop the file. That two steps are not needed. It would...