You’ll get the best performance with Zig by using only C types for the interfaces, and native Zig constructions (not CPython objects) for your Zig code. So far we’ve only talked about using ...