Unit Huge |
From: psteinsund@AWI-Bremerhaven.DE (Per Ivar Steinsund) Could you please add this unit to the Delphi Super Page Freeware library? It seems to a lot of people who need huge arrays, judgeing from the amount of questions about this in the newsgroups. This unit can easily be change to support any array or more than 2-dimensional arrays. This method using the global memory for arrays is nearly as fast as normal arrays. Per Ivar Steinsund
Classes |
THugeArray -
THugeMatrix -
THugeRealArray -
THugeSingleMatrix -
THugeWordMatrix -
Functions |
Types |
Constants |
Variables |
Functions |
Types |
Adr = record
Off : Word;
Seg : Word;
end;
PReal=^Real
PSingle=^Single
Constants |
Variables |