Search:

Type: Posts; User: nwp

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    2,037

    Re: Bulk write of big int[] and long[]

    I tried DataOutputStream out = new DataOutputStream(new FileOutputStream(some_file)) but gave up after a few minutes.
    With BufferedOutputStream in the middle it takes 140 seconds, and considering...
  2. Replies
    3
    Views
    2,037

    Bulk write of big int[] and long[]

    Situation:
    I have an int[60 million] and a long [240 million] and i want to save them to a file.

    Problem:
    I need a bulk write like FileOutputStream.write(byte[] b, int off, int len).
    All bulk...
Results 1 to 2 of 2