thanks to all for your hints. Performance is crucial for my task and with R the biggest progress was achieved by vectorization of functions. The difference between sequential and parallel calculation was stunning. For a function with 50 conditional assignments it took about 0.1s per call and was scaling linearly. Putting the input of 100 calls in vectors and than do all calculations with one call took 0.3s and expanding the length of the vectors to 1000 took 0.4s. Maybe this is not the case with Nim.
- R-style logical vector operations in Nim? Nimrookie
- Re: R-style logical vector operations in Nim? moigagoo
- Re: R-style logical vector operations in Nim? juancarlospaco
- Re: R-style logical vector operations in Nim? mratsim
- Re: R-style logical vector operations in ... miran
- Re: R-style logical vector operation... Nimrookie
- Re: R-style logical vector opera... mratsim
- Re: R-style logical vector o... Nimrookie
- Re: R-style logical vector o... mratsim
- Re: R-style logical vector o... Nimrookie
- Re: R-style logical vector o... Stefan_Salewski
- Re: R-style logical vector o... mratsim
