Bonus Units

The Nexus Memory Manager comes with a list of bonus units, containing many utility functions and objects that can speed up your program and help with thread-safe programming.


nxllFastFillChar.pas

CPU specific fast FillChar operations from the FastCode project.


nxllLockedFuncs.pas

Atomic Integer and Single-linked List functions.


nxllFastMove.pas

CPU specific fast move operations from the FastCode project.


nxllUtils.pas

Low level utility functions:
Compare functions for various data types; min/max, bitset, string, widestring, bytearray, hash, file, date/time functions.


nxllStreams.pas

Fast in-memory streams.


nxllList.pas

Various list classes.


nxllSync.pas

Low level thread syncronization objects.


nxllLockedFuncs.pas

Atomic (thread-safe) Integer and Single-linked List functions.


nxllSyncPortal.pas

Read/write portal objects.

Home | Products | Nexus Memory Manager