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
@willtebbutt and @sunxd3 brought up https://github.com/JuliaLang/AllocCheck.jl, a tool that checks whether a function may cause memory allocations. We could use it in tests kinda like how we use @inferred, to check that things that aren't expected allocate memory, don't.
The text was updated successfully, but these errors were encountered:
@willtebbutt and @sunxd3 brought up https://github.com/JuliaLang/AllocCheck.jl, a tool that checks whether a function may cause memory allocations. We could use it in tests kinda like how we use
@inferred
, to check that things that aren't expected allocate memory, don't.The text was updated successfully, but these errors were encountered: