[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.1 (work1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 22 Mar 2012 19:27:30 -0300
> As I think I've mentioned previously, 'd like to be able to mmap a big
> file and add it as some sort of string to Lua without copying the
> contents at all.]
Yes, you mentioned that. Also, people in embedded systems seem
interested in avoiding long constant strings being copied into RAM.
There are other cases. To get there, stop internalizing is a first
step.
-- Roberto