in reply to Re: Most efficient way to load file contents into scalar?
in thread Most efficient way to load file contents into scalar?
MMAP(2) Linux + Programmerâs Manual + MMAP(2) NAME mmap, munmap - map or unmap files or devices into memory DESCRIPTION mmap() creates a new mapping in the virtual address space of +the calling process. The starting address for the new mapping is spe +cified in addr. The length argument specifies the length of the mapping.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Most efficient way to load file contents into scalar?
by smallwalrus (Initiate) on Apr 24, 2009 at 22:48 UTC | |
by Marshall (Canon) on Apr 25, 2009 at 07:35 UTC | |
by spx2 (Deacon) on Apr 24, 2009 at 23:19 UTC |