Mercurial > repos > public > sbplib_julia
comparison grid_refactor.md @ 1341:5761f4060f2b refactor/grids
Start adding general info about grids to docs
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 08 May 2023 17:37:24 +0200 |
parents | cca45af5e724 |
children | c0c1189c5f2e |
comparison
equal
deleted
inserted
replaced
1340:c0da6ea50732 | 1341:5761f4060f2b |
---|---|
15 | 15 |
16 | 16 |
17 ## TODO | 17 ## TODO |
18 * Add benchmarks or allocation tests for eval_on and indexing grids. | 18 * Add benchmarks or allocation tests for eval_on and indexing grids. |
19 * Add benchmarks for range type in EquidistantGrid. (LinRange vs StepRange) | 19 * Add benchmarks for range type in EquidistantGrid. (LinRange vs StepRange) |
20 * Document the expected behavior of grid functions | |
21 * Write down the thinking around Grid being an AbstractArray. Why it doesn't work. | |
22 * Write about the design choices in the docs. | 20 * Write about the design choices in the docs. |
23 * Merge and run benchmarks | 21 * Merge and run benchmarks |
24 | 22 |
25 * Clean out Notes.md of any solved issues | 23 * Clean out Notes.md of any solved issues |
26 * Delete this document, move remaining notes to Notes.md | 24 * Delete this document, move remaining notes to Notes.md |