Search:

Type: Posts; User: graphicsMan

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    14,450

    Okay. Once I moved to a single mapped file, I...

    Okay. Once I moved to a single mapped file, I think I changed the bottleneck. I now try commenting out the "write out to files" portion of the operation, and I scale much better (to 20 or 30...
  2. Replies
    8
    Views
    14,450

    Thanks for the response. I can try your load...

    Thanks for the response. I can try your load test tomorrow.

    Real files may be as small as ~1MB, or as large as gigabytes. In the real program doing this, the code will need to run on 32-bit and...
  3. Replies
    8
    Views
    14,450

    thanks for the reply. From looking at the...

    thanks for the reply. From looking at the numbers in the table, we can see that I can get down at least to about the half-second range for the computation. By comparing that to the ~10s and ~5s...
  4. Replies
    8
    Views
    14,450

    Hey, thanks for the reply. I think you may have...

    Hey, thanks for the reply. I think you may have something there. If my chunks are typically in the kilobytes, is this still a likely candidate for the problem?

    Also, I should note, when I run...
  5. Replies
    8
    Views
    14,450

    mmap scales poorly... help?

    Hi all -

    Here's some context:

    I have files of some large-ish size consisting of chunks. I need to
    load each chunk, do some work (call it munging) on it, and write the
    munged chunk to a file....
Results 1 to 5 of 5