| Message |
Wow pascal...What a great language to learn on. Assembly and Pascal are difficult to screw up, mostly because garbage colelction is not an issue.When you have to deal with small portions of memory, there is a trade off at that threshold between memory use and processing time. If memory is restricted, then more lengthy algorithms must be used which includes inefficient use of the CPU. Kind of like a bad scheduler that uses too small of a time slice for processes... Go review some 50,000+ line programs and you seel what I mean...

|
 |