Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FastMM4-AVX interfaces for Delphi and Delphi XE versions and FreePascal

6 views
Skip to first unread message

Sky89

unread,
Apr 17, 2018, 6:57:09 PM4/17/18
to
Hello...

FastMM4-AVX interfaces for Delphi and Delphi XE versions and FreePascal

Description:

FastMM4-AVX memory manager interfaces for Delphi and Delphi XE versions
and FreePascal with the windows 32 bit and 64 bit Dynamic Link
Libraries, this memory manager is fast, and it scales well under
multi-threaded usage, and it is not prone to memory fragmentation, and
if the CPU supports AVX or AVX2, uses the 32-byte YMM registers for
faster memory copy, and if the CPU supports AVX-512, uses the 64-byte
ZMM registers for even faster memory copy.

You can download the source code and read about it from:

https://github.com/maximmasiutin/FastMM4-AVX

And how to install it ?

Just place FastMM4_avx as the very first unit under the "uses" clause of
your project's .dpr file.

You have one of the following define option that you can set inside the
defines.inc file:

{$DEFINE CPU32} for 32 bit systems

{$DEFINE CPU64} for 64 bit systems.


You can download it from:

https://sites.google.com/site/aminer68/fastmm4-avx-interfaces-for-delphi-and-delphi-xe-versions-and-freepascal


Thank you,
Amine Moulay Ramdane.
0 new messages