Re: [PD] symbolarray

2009-04-20 Thread Frank Barknecht
Hallo, Claude Heiland-Allen hat gesagt: // Claude Heiland-Allen wrote: > I just knocked up a little (pointless, maldocumented) example (attached). That's actually pretty cool. :) Ciao -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-m

Re: [PD] symbolarray

2009-04-20 Thread Claude Heiland-Allen
Frank Barknecht wrote: Hallo, Chris McCormick hat gesagt: // Chris McCormick wrote: On Fri, Apr 17, 2009 at 03:52:33PM +0200, Frank Barknecht wrote: Now we still need maps/hashes. Maybe this is something close: Yeah, but I w

Re: [PD] symbolarray

2009-04-20 Thread lsw
... and of course get_symbol_length would be handy also. :) Am 20.04.2009, 18:10 Uhr, schrieb lsw : Hi Frank, unfortunatily pd has next to no string functions (without externals). Otherwise it shouldn't be too hard, to write a hashfunction that retrieves a numeric hash for a given symbol, whic

Re: [PD] symbolarray

2009-04-20 Thread lsw
Hi Frank, unfortunatily pd has next to no string functions (without externals). Otherwise it shouldn't be too hard, to write a hashfunction that retrieves a numeric hash for a given symbol, which could be used as struct index. At least something like get_character_of_symbol_at_position and get_as

Re: [PD] symbolarray

2009-04-20 Thread Frank Barknecht
Hallo, Chris McCormick hat gesagt: // Chris McCormick wrote: > On Fri, Apr 17, 2009 at 03:52:33PM +0200, Frank Barknecht wrote: > > Now we still need maps/hashes. > > Maybe this is something close: > Yeah, but I was thinking of s

Re: [PD] symbolarray

2009-04-20 Thread Chris McCormick
On Fri, Apr 17, 2009 at 03:52:33PM +0200, Frank Barknecht wrote: > Hallo, > lsw hat gesagt: // lsw wrote: > > > Looks pretty useful. Also a great structures example. > > Btw.: To fill the symbolarray [list-enumerate] from [list]-abs is great. > > [symbolarray] also is pretty fast if you have to

Re: [PD] symbolarray

2009-04-19 Thread Frank Barknecht
Hallo, Jonathan Wilkes hat gesagt: // Jonathan Wilkes wrote: > Does [drawpolygon] affect creation time with that many elements? Most likely not: None of the symbols is drawn. The only thing that's drawn is a static polygon to let you click somewhere to look at the data structure in the builtin edi

Re: [PD] symbolarray

2009-04-18 Thread Jonathan Wilkes
Hi Frank, Does [drawpolygon] affect creation time with that many elements? -Jonathan --- On Fri, 4/17/09, Frank Barknecht wrote: > From: Frank Barknecht > Subject: Re: [PD] symbolarray > To: "PDlist" > Date: Friday, April 17, 2009, 3:52 PM > Hallo, >

Re: [PD] symbolarray

2009-04-17 Thread dmotd
hey frank.. i was meaning to contact you a while ago about this.. i have previously built a hashing table for lists.. i have attached a package with the necessary abstractions, and a small help file. i scratched this together quite quickly for a project deadline, i guess it shares some of th

Re: [PD] symbolarray

2009-04-17 Thread Frank Barknecht
Hallo, lsw hat gesagt: // lsw wrote: > Looks pretty useful. Also a great structures example. Btw.: To fill the symbolarray [list-enumerate] from [list]-abs is great. [symbolarray] also is pretty fast if you have to lookup something in large lists. I tested it with an arraysize of 100,000,000 ele

Re: [PD] symbolarray

2009-04-17 Thread lsw
Looks pretty useful. Also a great structures example. Thanks. Am 17.04.2009, 10:24 Uhr, schrieb Frank Barknecht : Hi, maybe useful to someone else besides me: Attached is a [symbolarray] object that maps integer indices to symbols. It's using data structures inside, but you won't perceive the

[PD] symbolarray

2009-04-17 Thread Frank Barknecht
Hi, maybe useful to someone else besides me: Attached is a [symbolarray] object that maps integer indices to symbols. It's using data structures inside, but you won't perceive them. Pd BSD bla. license Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ symbolar