Many times I have met the statement that standard malloc
is slow and which is not suitable for permanent use.
Now I'm trying to write a small scripting language in C, where automatic memory management (GC) will be.
How do you spell GC? What literature advise?
It is also interesting how to organize fast work with memory.