TaylorSeries.jl icon indicating copy to clipboard operation
TaylorSeries.jl copied to clipboard

Use `@allocated`/`@allocations` to test for allocations in mutating methods

Open PerezHz opened this issue 7 months ago • 0 comments

After #347, #349 and #361 I think it can be beneficial to systematically test for allocations in mutating methods by leveraging ~AllocCheck.jl~ @allocated and/or @allocations.

PerezHz avatar Jul 20 '24 10:07 PerezHz