Re: [PD] sssad slowness

2008-07-25 Thread Enrique Erne
Frank Barknecht wrote: Hallo, Enrique Erne hat gesagt: // Enrique Erne wrote: additionally i created a new [sssad key] on the fly. this one has now thanks to the original method (of singleton) no initial first setting. ...but if created on the fly it does not have the correct content. --but

Re: [PD] sssad slowness

2008-07-25 Thread Frank Barknecht
Hallo, thanks for your effort. Enrique Erne hat gesagt: // Enrique Erne wrote: i had an idea about that. in the last version every sssad instance stores the content. this was not on purpose but it could be used to do a check on the event of saving. the loadband event is now exchanged and

Re: [PD] sssad slowness

2008-07-23 Thread Frank Barknecht
Hallo, Enrique Erne hat gesagt: // Enrique Erne wrote: i'm pretty sure it's the singleton it dynamically creates stuff onload. The singleton is needed to filter out duplicate keys-value-pairs, which is necessary as sssad was designed to also work with sequential containers like textfile or

Re: [PD] sssad slowness

2008-07-23 Thread Frank Barknecht
Hallo, Atte André Jensen hat gesagt: // Atte André Jensen wrote: Shouldn't you and sssad's author (Chris?) get together and merge these improvements into sssad? See my other mail. It's not an improvement but a feature removal. Btw.: You can store other things than numbers in sssad. Try

Re: [PD] sssad slowness

2008-07-23 Thread Chris McCormick
On Wed, Jul 23, 2008 at 07:45:38AM +0200, Atte André Jensen wrote: Wow. Loads in no time (1 sec), and works perfectly. I had problems with somethings not being restored, but I was relying on $0 as unique identifier in those areas, so maybe that's what bid me. Shouldn't you and sssad's

Re: [PD] sssad slowness

2008-07-23 Thread Atte André Jensen
Chris McCormick wrote: That's Frank, not me. Oops... sssad does not cause any loading slowdowns on my system (Vanilla Pd, not pd-extended - if that makes any difference). It might. I'm leaving for hollidays in a few hours, but when I get back, I might try a regular PD install. -- peace,

Re: [PD] sssad slowness

2008-07-23 Thread Enrique Erne
Frank Barknecht wrote: Hallo, Enrique Erne hat gesagt: // Enrique Erne wrote: i'm pretty sure it's the singleton it dynamically creates stuff onload. The singleton is needed to filter out duplicate keys-value-pairs, which is necessary as sssad was designed to also work with sequential

Re: [PD] sssad slowness

2008-07-23 Thread Enrique Erne
Enrique Erne wrote: Frank Barknecht wrote: Hallo, Enrique Erne hat gesagt: // Enrique Erne wrote: i'm pretty sure it's the singleton it dynamically creates stuff onload. The singleton is needed to filter out duplicate keys-value-pairs, which is necessary as sssad was designed to also work

Re: [PD] sssad slowness

2008-07-23 Thread IOhannes m zmoelnig
Enrique Erne wrote: i did some testing with sssad-help.pd and the modified sssad. 1) inside the [sssad key] only the first (most top) instance of sssad has the active toggle. i guess that's due to creation order. one thing i noticed is that your version does not work on the fly, everything

Re: [PD] sssad slowness

2008-07-23 Thread Enrique Erne
IOhannes m zmoelnig wrote: Enrique Erne wrote: i did some testing with sssad-help.pd and the modified sssad. 1) inside the [sssad key] only the first (most top) instance of sssad has the active toggle. i guess that's due to creation order. one thing i noticed is that your version does not

Re: [PD] sssad slowness

2008-07-23 Thread Frank Barknecht
Hallo, Enrique Erne hat gesagt: // Enrique Erne wrote: i now removed my system (with r and s) and replaced it with the singleton's method with [value]. good thing it now has the same name as before ($1.SSSAD.req). i repeated my test 1 - 3 from before. it seems all correct. additionally

Re: [PD] sssad slowness

2008-07-23 Thread Frank Barknecht
Hallo, Enrique Erne hat gesagt: // Enrique Erne wrote: additionally i created a new [sssad key] on the fly. this one has now thanks to the original method (of singleton) no initial first setting. ...but if created on the fly it does not have the correct content. --but the original sssad has

Re: [PD] sssad slowness

2008-07-23 Thread Enrique Erne
Frank Barknecht wrote: I'll do some more tests after work, but it seems now all is as with singleton and if it indeed is, I'd like to include your change. that would be very nice. i suppose we could make it also a tiny bit lighter (reducing objects) on cost of readability. but maybe only 1

Re: [PD] sssad slowness

2008-07-22 Thread Enrique Erne
hi Atte i'm pretty sure it's the singleton it dynamically creates stuff onload. i hacked together a ad (slim super simple state saving system) uhm what was the a and the d in the abbreviation for? Atte would you mind and test my version? please test for functionality and loading time. i

Re: [PD] sssad slowness

2008-07-22 Thread Atte André Jensen
Enrique Erne wrote: i hacked together a ad (slim super simple state saving system) uhm what was the a and the d in the abbreviation for? Hmmm. Hacked... Atte would you mind and test my version? please test for functionality and loading time. i might have overseen something. Wow.