Re: NGINX Unit and vibe.d Integration Performance

2024-10-27 Thread ryuukk_ via Digitalmars-d-learn
Let's take a moment to appreciate how easy it was for you to use nginx unit from D https://github.com/kyleingraham/unit-d-hello-world/blob/main/source/unit_integration.c ImportC is great

NGINX Unit and vibe.d Integration Performance

2024-10-27 Thread Kyle Ingraham via Digitalmars-d-learn
Hi there, I'm looking for help with the performance of an integration I'm trying to write between NGINX Unit and D. Here are two minimal demos I've put together: - https://github.com/kyleingraham/unit-d-hello-world (NGINX Unit/D) - https://github.com/kyleingraham/unit-vibed-hello-world (NGINX