[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

defconstructor question



I need to do something like:

(apply #'make-instance class plist)

on large classes, with big plists.  Using make-instance this way, is
extremely slow.  Could defconstructor be used to provide some help
with this case?

k