changeset 1292:6753b210d0ab refactor/grids

Add todos
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Mar 2023 10:11:49 +0100
parents 356ec6a72974
children c5cf32fab163
files grid_refactor.md
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/grid_refactor.md	Tue Mar 07 09:48:00 2023 +0100
+++ b/grid_refactor.md	Tue Mar 07 10:11:49 2023 +0100
@@ -15,8 +15,10 @@
 
 
 ## TODO
+* Add benchmarks or allocation tests for eval_on and indexing grids.
 * Document the expected behavior of grid functions
 * Write down the thinking around Grid being an AbstractArray. Why it doesn't work
+* Merge and run benchmarks
 
 * Check all the docstring of all types that have been changed
 * Clean out Notes.md of any solved issues