Memory booster, optimizer, cleaner, washer!

Share your advanced PureBasic knowledge/code with the community.
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Memory booster, optimizer, cleaner, washer!

Post by Rescator »

The Truth about Windows Memory Optimizers: http://www.bitsum.com/winmemboost.asp

By Jeremy Collake, Bitsum Technologies http://www.bitsum.com
(the guy that created the JCalG1 compression that Purebasic uses for it's PACK routines.

It's a must read if you wish to make a memory optimizer,
it covers topics such as:

"What virtual memory is and how it work"
"How memory optimizers work"
"Common Myths"

And tells you about certain Windows API features that exist for advanced
memory management.

It's only a page or two long so it's a quick and somewhat surprising read :)