|
I am using vb.net because I do not know much C.
I also wrote the program first in python but it is also very slow.
Would this be much faster in C?
So to sum it up, there is not much to optimize in the vb.net code speed vise?
How do I make the array mutable?
I will also try to remove the ToArray() copies. Maybe that helps in speed.
-e
Last edited by eychei; 03-11-2024 at 22:59.
|