You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The julia implementation of the ziggurat implementation is 2x slower than the C implementation for generating 1 million normally distributed random numbers.
this is an optimization and also makes it easier to get callback pointers.
closes#938. sparse on Range 3x faster
helps #1211 (ziggurat), about 25% faster
helps #1169 (game of go), about 25% faster
helps #939 (sortperm), about 25% faster
helps #1163 (graph centrality) a bit, about 10% faster
Very nice. I'm sure we'll gradually close the gap with C on many of these sorts of things, which will be lovely for now, we're getting close enough and language features and API stability are a higher priority.
The julia implementation of the ziggurat implementation is 2x slower than the C implementation for generating 1 million normally distributed random numbers.
The text was updated successfully, but these errors were encountered: