Next version adds nedmalloc support.
nedmalloc is a very fast implementation of malloc and friends, it also sports fast implementations of new and free and can emulate MMAP behaviour on windows for very fast paging.
first test shows loading times get a nice boost

nedmalloc can also be used on linux mac and other OS so its crossplatform.
its also usable to debug malloc calls.
Productivity is a state of mind.