RE: Memory block sizes
GWRepNate@aol.com
Sat, 20 Jul 1996 16:04:14 -0400
I don't see the 2-6K range for memory block sizes as a limitation in GEOS.
For me, all my data structures are very small. Sure, I may have a lot of them
sometimes, but you can always use a huge array and store as many data
elements as you want. I can't think of too many cases in which I would want
to allocate a really large memory block. File processing can always be broken
up into small chunks. There may be speciality programs that use very large
data structures. Of course, if you've had a good course in data structures,
you could probably come up with a better way.
Nathan