[sldev] Reformatting Textures for the cache

Sithlard Sith sithlard at yahoo.com
Thu Mar 22 03:05:50 PDT 2007


>You are completely right on the MD5 vs UUID, wasn't thinking applicaton specific there.
>To
save memory i would get rid of - chars and .tga :) not much, but even
there's plenty of memory to fool >around with, every byte still counts,
don't do memory hogs, make efficient use of memory ;)


do you realize, that the - and .tga characters amount to a rounding error in your memory usage? this is a silly suggestion.

>Oh, and i'd prefer to use full blown MySQL but i haven't
digged out would there be an efficient way of >distributing and
controlling it application specific. I know that some statistical
software use it and has >auto-installer and everything, but conflicts if
you already have MySQL, and it needs to be 0-click thing for >
mainstream.


why would you install a gigantic database management server with all of the overhead of a relational database when you really only need a uuid lookup?

>Can handling dynamic data within memory go much faster than
what MySQL does? Ofc, building inside >app would be more faster as no
interfacing would be needed, but you get what i mean.

yes. mysql is almost entirely the wrong tool for this job. even sqlite is probably overkill.




 
____________________________________________________________________________________
TV dinner still cooling? 
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20070322/85b2b7bf/attachment-0001.htm


More information about the SLDev mailing list