Damien wrote:
>  I want to read a 4.5GB text file in 1 time. 
>  my pc configuration is ... 64-bits

Since you have a 64 bit machine, you might try memory mapping your file.   

           require'jmf'
           JCHAR map_jmf_ 'DATA';'/path/to/file.txt'
           #DATA 
        4583146463

-Dan

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to