YAGU (Yet Another Goodies Update)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

YAGU (Yet Another Goodies Update)

Bob Jarvis
Subject says it all.  The only thing updated is Rio (my database
interface stuff).  See the "Help interpreting profiler info" thread
for further vague hints about what's been happening.  Rio is now about
45% faster, mostly gained by moving the 'data dirty' bits out of the
result set and into some nice big, fat arrays of Booleans.  Also
discovered that String>>trimNulls and String>>trimBlanks are fairly
expensive, so I figured out how to send only the appropriate message
based on SQL datatype.

Share and enjoy.