From 6995265bc1a0bd474e672fe3f756aaeaa84fe343 Mon Sep 17 00:00:00 2001 From: Gabriel Csollei Date: Wed, 25 Aug 2021 17:00:57 +0200 Subject: [PATCH 1/6] Improve grid holders --- .idea/codeStyles/Project.xml | 18 ------------ .../holders-2d/grid2-array-holder.ts | 8 ++++- .../grid-accessor/holders-2d/grid2-holder.ts | 19 ++++++++---- .../holders-2d/grid2-map-holder.ts | 6 ++++ .../holders-2d/grid2-object-holder.ts | 8 ++++- .../holders-3d/grid3-array-holder.ts | 22 ++++++++++++-- .../holders-3d/grid3-hash-holder.ts | 27 ++++++++++++++--- .../grid-accessor/holders-3d/grid3-holder.ts | 29 +++++++++++++------ .../holders-3d/grid3-map-holder.ts | 14 +++++++-- .../holders-3d/grid3-object-holder.ts | 26 ++++++++++++----- .../grid-accessor/holders-3d/grid3.perf.ts | 20 ++++++++----- 11 files changed, 139 insertions(+), 58 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 66b9cf24..48d2fd2d 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -6,24 +6,6 @@