diff grid_refactor.md @ 1335:cca45af5e724 refactor/grids

Some docs for EquidistantGrid
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 03 May 2023 15:49:37 +0200
parents e94ddef5e72f
children 5761f4060f2b
line wrap: on
line diff
--- a/grid_refactor.md	Wed May 03 15:41:45 2023 +0200
+++ b/grid_refactor.md	Wed May 03 15:49:37 2023 +0200
@@ -16,6 +16,7 @@
 
 ## TODO
 * Add benchmarks or allocation tests for eval_on and indexing grids.
+* Add benchmarks for range type in EquidistantGrid. (LinRange vs StepRange)
 * Document the expected behavior of grid functions
 * Write down the thinking around Grid being an AbstractArray. Why it doesn't work.
 * Write about the design choices in the docs.