Thanks, I could not find it in the documentation. When the bodies of the factoring functions are wrapped in "@inbounds begin ... end" there is a slight speedup (about 5%), so using it is worthwhile in the final code (but not while experimenting with the functions). This does not affect the running time of the unsafe_load() indexing, so it gets even slower than the other variants.
On Mon, Mar 31, 2014 at 7:06 AM, Tim Holy <[email protected]> wrote: > On Monday, March 31, 2014 12:49:42 AM Laszlo Hars wrote: > > Array indexing also checks for out-of-range > > indices. > > You know about @inbounds? > >
