How to use D without the GC ?

Vinod K Chandran kcvinu82 at gmail.com
Wed Jun 12 17:00:14 UTC 2024


On Wednesday, 12 June 2024 at 10:16:26 UTC, Sergey wrote:
>
> Btw are you going to use PyD or doing everything manually from 
> scratch?
>
Does PyD active now ? I didn't tested it. My approach is using 
"ctypes" library with my dll. Ctypes is the fastes FFI in my 
experience. I tested Cython, Pybind11 and CFFI. But None can beat 
the speed of ctypes. Currently the fastest experiments were the 
dlls created in Odin & C3. Both are non-GC languages.




More information about the Digitalmars-d-learn mailing list