http://www.planetz.com/forums/viewtopic ... &forum=3&0
Sorry I put the topic in the wrong forum
mapped memory files
- EarlyFirst
- Posts: 258
- Joined: Thu Mar 29, 2001 4:00 pm
- Location: The Future
- Contact:
For developers only.
There are two ways to handle memory for the application: a) get by request, the normal way, b) grab a chunk at the beginning and handle it during operation.
A very basic decision to do at the very beginning of a project.
The article is from 1993. Those were the days when 4 MB RAM was a lot. What do do when dealing with audio or video? on a machine with only 1 MB?
This article is the resolution: Build up your own management for the memory.
Ughh. Brrr.
We now have 512 MB or more. Bye, bye, own memory management.
No, it is not more important today. The OS does it better then you can program it yourself. At least one good thing to say about it.
Happy pulsaring
Micha
There are two ways to handle memory for the application: a) get by request, the normal way, b) grab a chunk at the beginning and handle it during operation.
A very basic decision to do at the very beginning of a project.
The article is from 1993. Those were the days when 4 MB RAM was a lot. What do do when dealing with audio or video? on a machine with only 1 MB?
This article is the resolution: Build up your own management for the memory.
Ughh. Brrr.

We now have 512 MB or more. Bye, bye, own memory management.

No, it is not more important today. The OS does it better then you can program it yourself. At least one good thing to say about it.
Happy pulsaring
Micha
- EarlyFirst
- Posts: 258
- Joined: Thu Mar 29, 2001 4:00 pm
- Location: The Future
- Contact: