You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Zig program for binary tree stores the allocator inside the Node struct.
In a real-world Zig program, one would probably use a global allocator instead , which reduces the struct size significantly and thus should improve performance measurably.