Mercurial > repos > public > sbplib_julia
diff TODO.md @ 1343:fa3695f634de refactor/grids
More clean up of todos and notes
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 15 May 2023 22:37:33 +0200 |
parents | c0c1189c5f2e |
children | 4684c7f1c4cb |
line wrap: on
line diff
--- a/TODO.md Fri May 12 15:50:09 2023 +0200 +++ b/TODO.md Mon May 15 22:37:33 2023 +0200 @@ -35,3 +35,9 @@ - [ ] Multiblock grids - [ ] Periodic grids - [ ] Grids with modified boundary closures + + +### Benchmarks + - [ ] Benchmarks for all grid indexing (focused on allocation) + - [ ] Benchmarks for indexing of lazy grid functions + - [ ] Add benchmarks for range type in EquidistantGrid. (LinRange vs StepRange)