pippin;526522 Wrote: 
> 
> It's this Perl stuff on the server side. For Perl everything is a
> string which allow it to make full use of the memory and CPU resources
> available on the platform it runs on so it doesn't know the difference
> :)
> 
> Looks like you don't exclusively use strings, too, or you wouldn't have
> run into an issue with the artwork id, wouldn't you?

"to make full use of the memory" - that's a nice euphemism.
Of course I don't use strings if not neccessary. A numerical identifier
is leaner, faster in comparisons, can be sorted by unambigeously. 

And of course I will transform the string UID into an integer ;-)
No but sersiously string operations are rather fat. 

Cheers
Sebastian


-- 
Locuth

Use your PDA/Phone as SqueezeBox remote -- http://sc.sciatec.de
------------------------------------------------------------------------
Locuth's Profile: http://forums.slimdevices.com/member.php?userid=29693
View this thread: http://forums.slimdevices.com/showthread.php?t=75649

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to