diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-07 10:55:30 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-07 10:55:30 +0200 |
| commit | 0eba10bf55283acdb687a172404a89e5a72a00c2 (patch) | |
| tree | 877d4939c1ceb8850e41583a1f898760d4a0067b /tools | |
| parent | 1fcba7fcea462d67379c8d289bd7e0ad52170e02 (diff) | |
| download | nissy-core-0eba10bf55283acdb687a172404a89e5a72a00c2.tar.gz nissy-core-0eba10bf55283acdb687a172404a89e5a72a00c2.zip | |
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).
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/run_tool.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 20 | break | 20 | break |
| 21 | done | 21 | done |
| 22 | 22 | ||
| 23 | rm -rf $BIN $CUBEOBJ | 23 | # $BIN is kept so it can be run manually for profiling |
| 24 | rm -rf $CUBEOBJ | ||
