[iolib-devel] make-instance on non-constants

Attila Lendvai attila.lendvai at gmail.com
Sat Mar 1 14:15:43 UTC 2008


hi,

while reading through the code i've seen several uses of MAKE-INSTANCE
that is not called on a constant class. this is much slower on sbcl
than the other way. (just like apply #'make-instance)

make-foo generics with specializations on the types and/or some case
statements make instantiation a lot faster.

-- 
 attila



More information about the iolib-devel mailing list