I have a proposed project which will use large arrays, extensive string manipulations, sorting, searching etc etc
The arrays could easily be 500,000 elements of a variable size, say an average of 5 characters.
It is obvious (to me at least) that this is an ideal project for PB but is there any difference in the processing speed of PB for Windows over PBCC? If so, is it significant?
Processing speed will be important, although minor advantages will not be significant.
I am not at all concerned about compiling speed.
There will be insignificant use of graphics etc.
Are there any other parameters I should state?
Thank you
The arrays could easily be 500,000 elements of a variable size, say an average of 5 characters.
It is obvious (to me at least) that this is an ideal project for PB but is there any difference in the processing speed of PB for Windows over PBCC? If so, is it significant?
Processing speed will be important, although minor advantages will not be significant.
I am not at all concerned about compiling speed.
There will be insignificant use of graphics etc.
Are there any other parameters I should state?
Thank you
Comment