64 Bit vs. 32 Bit
Posted: Sat Jul 11, 2020 1:18 am
hi,
using DBF we still limited to 2^32 but i can use much bigger Array
for "Delaunay Triangulation" with 1000 Points i have to use 6x
it need for 2.000.000 calculation about 90 Sec. as 32 Bit App but only 45 Sec as 64 Bit App
http://www.hmgforum.com/viewtopic.php?f ... 91&p=62434
so what made 64 Bit App so much faster
using DBF we still limited to 2^32 but i can use much bigger Array
for "Delaunay Triangulation" with 1000 Points i have to use 6x
Code: Select all
aTry := ARRAY(imax * 6)

http://www.hmgforum.com/viewtopic.php?f ... 91&p=62434
so what made 64 Bit App so much faster
