mattwigway / DiscreteChoiceModels.jl

Discrete choice/random utility models in Julia
MIT License
12 stars 1 forks source link

Reevaluate use of @inbounds #21

Closed mattwigway closed 7 months ago

mattwigway commented 2 years ago

This is a common Julia performance pattern, but it can also be unsafe, cause out of bounds reads, etc. and there is talk of deprecating it https://github.com/JuliaLang/julia/issues/45342

Does this really impact performance all that much?