@jesus
Common Lisp is very performant and for large code bases it is probably faster than many C++ projects, because you can customize a lot of things about the memory layout of objects.
CLOS with MOP is very efficient (the OOP part of Common Lisp), and Common Lisp macro can give you all the benefits of C++ STL, and probably more.