From 0eba10bf55283acdb687a172404a89e5a72a00c2 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 7 Sep 2024 10:55:30 +0200 Subject: Improved gendata_h48k2 performance Performance for the "real coordinate" case (h0) is ok, but still around 3x slower than the gendata_h48k4 method. Performance for the intermediate tables is not good, but for now I'll keep it like this. This also shows that for h11 we should use the gendata_h48k4 method for h11. For intermediate table, h8, h9 and h10 might be too slow to compute in an acceptable time. We could restrict to h7 (largest with base = 9). --- tools/run_tool.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/run_tool.sh') diff --git a/tools/run_tool.sh b/tools/run_tool.sh index 495d68c..2462b2d 100755 --- a/tools/run_tool.sh +++ b/tools/run_tool.sh @@ -20,4 +20,5 @@ for t in tools/*; do break done -rm -rf $BIN $CUBEOBJ +# $BIN is kept so it can be run manually for profiling +rm -rf $CUBEOBJ -- cgit v1.3