numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

Switch to x64 #8

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

DESCRIPTION

Is your change request related to a problem? Please describe. An x86 application is very limited in RAM usage, which creates problems for larger tables.

Describe the solution you'd like Switch everything to a x64 based application. We have to evaluate, whether it is necessary to support the x86 based application in the future.

Describe alternatives you've considered There's no real alternative.

Additional context Migrated from here: https://sourceforge.net/p/numere/tickets/725/

(Do not write below this line)


DEVS' SECTION

ANALYSIS

The following things have to be done:

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST