Mercurial > repos > public > sbplib_julia
diff TODO.md @ 1359:646027afe74b bugfix/lazytensors
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 20 May 2023 14:33:25 +0200 |
parents | fa3695f634de |
children | 4684c7f1c4cb |
line wrap: on
line diff
--- a/TODO.md Tue Apr 04 21:46:06 2023 +0200 +++ b/TODO.md Sat May 20 14:33:25 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)