From d40011acac47789ff7724f35b5a26a887f020a21 Mon Sep 17 00:00:00 2001 From: Tiziano Zito Date: Wed, 21 Aug 2024 11:16:12 +0200 Subject: [PATCH] minimal formatting improvement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56967dd..44ca182 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Setup: ## Back to the Python benchmark (third try) - can we explain what is happening now? Yes, more or less ;-) - - the default memeory layout is also called row-major == `C_CONTIGUOUS` + - the default memeory layout is also called row-major `== C_CONTIGUOUS` - rule of thumb for multi-dimensional numpy arrays: - the right-most index should be the inner-most loop in a series of nested loops over the dimensions of a multi-dimensional array - the previous rule can be remembered as *the right-most index changes the faster* in a series of nested loops