Python -O won’t magically make every script faster, but in the right workloads it’s a free win—here’s how to test it safely.
py.zig provides a lightweight interface for creating python extensions in zig. Since these types have the same memory representation as the c-equivalent you can safetly use @ptrCast and pass them to ...