there might be a memory leak in symbolic vectors:
Repeating several times
#{(str x) => x | x = (1..100000)};
increases the used memory at each call. Similar task with dict consumes
memory at the first call and the memory size remains unchanged at
subsequent calls.
Jiri
Yep, I can reproduce that. Same in Pure 0.40, so it's apparently an old
bug as well. I will see that I can still fix that in Pure 0.41, too.
Thanks for reporting,
Albert
--
Dr. Albert Gr"af
Dept. of Music-Informatics, University of Mainz, Germany
Email: Dr.G...@t-online.de, a...@muwiinfa.geschichte.uni-mainz.de
WWW: http://www.musikinformatik.uni-mainz.de/ag
Fixed in r2959.