[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: pseudo self modifying code?
- From: Peter Cawley <lua@...>
- Date: Wed, 2 Feb 2011 14:13:32 +0000
On Wed, Feb 2, 2011 at 1:54 PM, Axel Kittenberger <axkibe@gmail.com> wrote:
> You'll hit the ceiling with this method if:
> * all of your data doesnt fit in memory at once.
> * you have more than one process wanting to read/write data at the same time.
> * you want to effectively change only parts of your data.
Add to that:
* you have more than 2^18 constants within a single chunk / function