[REBOL] Re: mysql-protocol
From: petr:krenzelok:trz:cz at: 26-Jun-2003 18:57
Tim Johnson wrote:
>Hello Rebols:
> DocKimbel and I had an OT exchange of emails early
>this year in which I posed the the following:
>That it would be convenient at times for me to have
>the selection set from a query returned as a 'flat'
>block.
>
>DocKimbel made the following code suggestions:
>
>Add 'flat' to locals-class. setting as either 'true
>or 'false.
>
>in 'convert-types change the following line
>if not empty? convert-body [foreach row rows :convert-body]
>;to
> if not empty? convert-body [
> either p/locals/flat? [
> row: rows
> forskip row length? cols :convert-body
> ][foreach row rows :convert-body]
> ]
>After implementing this - if memory serves me well -
>DocKimbel indicated that he had observed less memory fragmentation
>in comparison of the two methods.
>
OK, why not to have it in a standard distro then? Maybe we should ask
Doc to add it?
-pekr-