View Single Post
  #9  
Old 03-11-2024, 22:53
eychei eychei is offline
Friend
 
Join Date: Mar 2018
Posts: 58
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 34
Thanks Rcvd at 10 Times in 10 Posts
eychei Reputation: 0
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.
Reply With Quote