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
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 mails | Author | Date |
|---|---|---|
| Ivan S. Kourtev | Apr 18, 22:43 | |
| Daniel Jalkut | Apr 19, 07:05 | |
| John Stiles | Apr 19, 17:45 | |
| j o a r | Apr 19, 18:19 | |
| Axel Andersson | Apr 19, 18:44 | |
| Ali Ozer | Apr 19, 18:46 | |
| Ondra Cada | Apr 19, 18:57 | |
| Ivan S. Kourtev | Apr 19, 20:30 | |
| Ondra Cada | Apr 19, 20:55 | |
| Shaun Wexler | Apr 19, 21:05 | |
| Shaun Wexler | Apr 19, 21:09 | |
| Scott Ribe | Apr 23, 00:25 | |
| Bob Ippolito | Apr 23, 00:40 | |
| Scott Ribe | Apr 23, 00:51 | |
| Bob Ippolito | Apr 23, 06:57 | |
| Johnny Deadman | Apr 23, 18:44 |






Cocoa mail archive

