Skip navigation.
 
mlRe: upper limit on retain count
FROM : Bob Ippolito
DATE : Sat Apr 23 06:57:19 2005

On Apr 22, 2005, at 6:51 PM, Scott Ribe wrote:

>> Sounds more like an application that should just make intelligent use
>> of mmap

>
> Intelligent use of mmap does not solve the problem of inserting into
> and
> removing objects from a huge model while reusing freed space.


Neither does the choice of programming language.. not adequately
anyway.  The point is, you obviously don't want to be using malloc to
deal with billions of objects.

Actually, you might want to try using SQLite 3.x or something like it. 
It's probably going to be better suited at dealing with all that data
than anything you'd be able to write in a reasonable amount of time.

-bob

Related mailsAuthorDate
mlupper limit on retain count Ivan S. Kourtev Apr 18, 22:43
mlRe: upper limit on retain count Daniel Jalkut Apr 19, 07:05
mlRe: upper limit on retain count John Stiles Apr 19, 17:45
mlRe: upper limit on retain count j o a r Apr 19, 18:19
mlRe: upper limit on retain count Axel Andersson Apr 19, 18:44
mlRe: upper limit on retain count Ali Ozer Apr 19, 18:46
mlRe: upper limit on retain count Ondra Cada Apr 19, 18:57
mlRe: upper limit on retain count Ivan S. Kourtev Apr 19, 20:30
mlRe: upper limit on retain count Ondra Cada Apr 19, 20:55
mlRe: upper limit on retain count Shaun Wexler Apr 19, 21:05
mlRe: upper limit on retain count Shaun Wexler Apr 19, 21:09
mlRe: upper limit on retain count Scott Ribe Apr 23, 00:25
mlRe: upper limit on retain count Bob Ippolito Apr 23, 00:40
mlRe: upper limit on retain count Scott Ribe Apr 23, 00:51
mlRe: upper limit on retain count Bob Ippolito Apr 23, 06:57
mlRe: upper limit on retain count Johnny Deadman Apr 23, 18:44