Re: OO confusion
Randal L. Schwartz wrote:
Ruud:
is better written as
... for varying and arguable values of "better".
I prefer the "do" form, myself.
The simple problem with the do-form is that it easily uses double the
memory because it allocates two buffers (as I hinted in the part that
you didn't quote).
--
Ruud
.
Relevant Pages
- Re: CE6.0 Driver Pointer Marshalling - passing pointers out only?
... This is an array of pointers to buffers that get set up ... the driver allocates the buffers (via an internal allocation ... routine from its own block of reserved memory). ... So I can map ... (microsoft.public.windowsce.platbuilder) - Re: CE6.0 Driver Pointer Marshalling - passing pointers out only?
... I've got a pretty complex driver I'm porting up at the moment ... This is an array of pointers to buffers that get set up ... the driver allocates the buffers (via an internal allocation ... routine from its own block of reserved memory). ... (microsoft.public.windowsce.platbuilder) - Re: Framework 2.0 array redim unsatisfactory performance
... implementation details of Redim, Redim Preserve, and List. ... significantly higher object allocated overhead then List. ... ReDim simply allocates a new ... but I do not even attempt to test its memory ... (microsoft.public.dotnet.languages.vb) - Re: Discovering variable types...
... This is because X is actually stored in the executable's memory space but the ... Double buffering (i.e. creating your own internal buffers) makes lots of sense ... not restricted by the limitations of the disk access unit. ... hence: the new file access routines. ... (comp.lang.pascal.delphi.misc) - Re: The Irish Problem
... > Pete Dashwood wrote: ... >> Please provide the source for this quote attributed to me. ... Even the good Doc admits to his memory being porous when he is not providing ... (If you accept that all killing is wrong). ... (comp.lang.cobol) |
|