pleriche / FastMM5

FastMM is a fast replacement memory manager for Embarcadero Delphi applications that scales well across multiple threads and CPU cores, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
283 stars 73 forks source link

Delphinus Support? #12

Open Memnarch opened 4 years ago

Memnarch commented 4 years ago

Hi :) I wanted to know, if you're interested in adding FastMM5 as a package to Delphinus (See Readme and Wiki). It's a packagemanager i work on for Delphi XE and newer.

By adding a few files to your Github repository, FastMM5 is picked up by Delphinus for people to install from their IDE or a commandline. Each time you release a new version, users see it as an available update to their current installation.

If you have any questions or need help, don't hesitate to ask me.

pleriche commented 4 years ago

Hi, thanks for the suggestion. I will look into it.