Mercurial > repos > public > sbplib_julia
diff TODO.md @ 1351:d7f29359b822
Merge refactor/grids
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 19 May 2023 23:53:36 +0200 |
parents | fa3695f634de |
children | 4684c7f1c4cb |
line wrap: on
line diff
--- a/TODO.md Mon May 01 11:37:09 2023 +0200 +++ b/TODO.md Fri May 19 23:53:36 2023 +0200 @@ -1,5 +1,7 @@ # TODO +## Organization + - [ ] Split up Notes.md in several files ## Coding - [ ] Ändra namn på variabler och funktioner så att det följer style-guide @@ -26,3 +28,16 @@ - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck - [ ] Kolla att vi har @inline på rätt ställen - [ ] Profilera + + +### Grids + + - [ ] 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)