Give me three good reasons to use Lisp or Scheme instead of C++
Name:
F r o z e n V o i d !!mJCwdV5J0Xy2A212011-12-09 10:09
The idea is is type of design is better on performance when you malloc objects much smaller than typical use case of notepad(many calls to malloc).
I don't advocate to use all the memory for your program(unless you program in DOS), i just point out that you own the memory you malloc
and can structure it as you see fit: you have complete control to write your own malloc for that 4GB to maximize performance and memory use.