Applying performance tips in library

Hi all,

I have implemented a neutron transport particle code in julia, NeutronTransport.jl, and I want it to be as fast as possible.

Specifically, I just wanted to know if someone is interested in helping me implement:

  • @inbounds
  • @simd
  • @fastmath
  • @threads

the correct way.

The solver is pretty straight forward and it would be great to colab with someone.

Thanks!

1 Like