RE: quickest method

2003-06-01 Thread Babette Turner-Underwood
recipients of list ORACLE-L Subject: Re: quickest method Essentially, yes, that's precisely the way to do it. You do an array fetch into a C/C++ array and write it out. As for setbuf, setvbuf and printf, in my opinion, the best thing to do is to use mmap to map the file to a buffer

Re: quickest method

2003-06-01 Thread Mladen Gogala
Subject: Re: quickest method Essentially, yes, that's precisely the way to do it. You do an array fetch into a C/C++ array and write it out. As for setbuf, setvbuf and printf, in my opinion, the best thing to do is to use mmap to map the file to a buffer and then use sprintf

Re: quickest method

2003-06-01 Thread Jared Still
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mladen Gogala Sent: Thursday, May 15, 2003 12:27 AM To: Multiple recipients of list ORACLE-L Subject: Re: quickest method Essentially, yes, that's precisely the way to do it. You do an array fetch into a C/C