The following libraries have been ported to 64 bits architecture... 1. My ParallelSort library 2. My ParallelGzip inside my parallelcompression library, but you have to use the zlib1.dll for 64 bits architecture. 3. Lockfree_mpmc 4. Parallelhashlist 5. Threadpool engine. To compile them, for 64 bits architecture, just open the defines.inc anduse the following defines:
{$DEFINE CPU64} for 64 bits architecture
{$DEFINE CPU32} for32 bits architecture
You have to use Freepascal for 64 bits architecture or Lazarus for 64 bits architecture to compilethe libraries for 64 bits architecture. You can download those librariesfrom: http://pages.videotron.com/aminer/ Thank you. Amine Moulay Ramdane.

