Bart van Erp
Bart van Erp
Aside from the real performance benchmakr, we can also already start building a test suit for allocations using `AllocCheck.jl`, https://github.com/JuliaLang/AllocCheck.jl.
Today we discussed the issue together with @albertpod and @bvdmitri. We agree on the following plan: All of our packages will need to be extended with a benchmark suite containing...
Made a start with the benchmarks for `FastCholesky.jl` at https://github.com/biaslab/FastCholesky.jl/pull/8. There is one point which I need to adjust in my above statements: let's skip the extra allocation benchmarks, as...
Coming back to the memory benchmarking: I think it will still be good to create tests for inplace functions, which we assume to be non-allocating, to check whether they are...
@bvdmitri As discussed today, this should automatically enforce an appropriate factorization.
Encountered a similar issue today for a generic function and was thinking about the following to retain backwards compatibility ```julia struct FunctionWithMemory{F