![](https://secure.gravatar.com/avatar/4fd19de0b3e4891247e0056c282337c4.jpg?s=120&d=mm&r=g)
1 Mar
2008
1 Mar
'08
2:15 p.m.
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