[Ecls-list] Swank ECL backend

Juan Jose Garcia-Ripoll jjgarcia at users.sourceforge.net
Mon Jan 28 10:34:23 UTC 2008


On Jan 19, 2008 2:49 PM, Tobias C. Rittweiler <tcr at freebits.de> wrote:
> This would result in a a quite severe memory leak, as all REPL results
> are stored in that hash-table.

I wonder, what does Slime use the weak hash table for? Is it some kind
of caching? I have successfully implemented a hash table cache in ECL
using ordinary hash tables and a simple cleanup algorithm. This is
used for method caching and it ended up being the most efficient
alternative. Maybe it would be worth considering it?

Juanjo

-- 
Facultad de Fisicas, Universidad Complutense,
Ciudad Universitaria s/n Madrid 28040 (Spain)
http://juanjose.garciaripoll.googlepages.com




More information about the ecl-devel mailing list