I found that long running process and mulit-thread and manual memory management will make write correct code very slow.
I think it should be better only use manual memory management when I need less delay, less CPUs and less memory.
I can only use gc in the golang . Use gc and manual memory management at the same time should be better.
If it is possible to add gc into zig, is there a implement of gc in zig?
I found that long running process and mulit-thread and manual memory management will make write correct code very slow.
I think it should be better only use manual memory management when I need less delay, less CPUs and less memory.
I can only use gc in the golang . Use gc and manual memory management at the same time should be better.
If it is possible to add gc into zig, is there a implement of gc in zig?