[cl-store-devel] Fastest way to convert an object to a vector?

Kilian Sprotte ml13 at onlinehome.de
Sun Jan 21 10:51:56 UTC 2007


Am 18.01.2007 um 11:32 schrieb Sean Ross:
> Currently cl-store is pretty suboptimal when it comes to  
> serializing a large
> number of values one after the other, this is probably something  
> that should be
> looked at. Currently a new hash-table is created on every call to
> cl-store:store
> which is used to track which objects have been serialized already.

A little question: Is it safer to create a new hash-table, than doing  
clrhash ?

_k



More information about the cl-store-devel mailing list