64 Bit vs. 32 Bit

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

64 Bit vs. 32 Bit

Post by AUGE_OHR »

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

Code: Select all

  aTry := ARRAY(imax * 6)
it need for 2.000.000 calculation about 90 Sec. as 32 Bit App but only 45 Sec as 64 Bit App :o
http://www.hmgforum.com/viewtopic.php?f ... 91&p=62434

so what made 64 Bit App so much faster :idea:
have fun
Jimmy
Post Reply