I often read that lua's garbage collection is bad and it can cause slow downs every some time, which is something I must avoid. For example FarCry developer created new scripting language because lua garbage collection was a pain to work with. However these days CryEngine 3 uses lua as its scripting language...
What is the truth about the lua garbage collection performance? Has it gotten better in recent version?