Steffen Vogel

Results 326 comments of Steffen Vogel

> Do I remember correctly that villas also has internal queues for some node types to avoid blocking? Yes there are some, but not for the reason you are thinking....

Hi @leonardocarreras, Thanks for this great initiative :) Is there a motivation why you dont you [cibuildwheel](http://cibuildwheel.pypa.io/) as we already use it for the Linux wheels: https://github.com/sogno-platform/dpsim/blob/3cab0c2898a9f14be13e2f7bbd17c5665e7f19fa/.github/workflows/publish_to_pypi.yaml#L46 I am strong...

Ideally, we use the existing GitHub actions workflow and extend it with a build matrix for more platforms.

Hi @leonardocarreras, Sorry I missed the CI build wheel part. I will have another and closer look.

Do we really need to make allocations at all? Doesn't a fixed pre-allocated buffer could work too? VILLASnode also comes with own allocator (struct Pool)

Local builds of Python wheels now include dpsimpyvillas: ``` [root@8d4b4661b6f1 src]# python3 setup.py bdist_wheel ... removing build/bdist.linux-x86_64/wheel [root@8d4b4661b6f1 src]# python3 -m venv venv [root@8d4b4661b6f1 src]# . venv/bin/activate (venv) [root@8d4b4661b6f1 src]#...