From 6c28dec4a111ad73f8ac17c89305a951371f765d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 10 Dec 2021 18:15:20 +0100 Subject: Added gen command and modified installation instructions for tables --- TODO.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 1776891..2cabaf0 100644 --- a/TODO.md +++ b/TODO.md @@ -54,16 +54,10 @@ and just use previous values for all 3 axes. ## Coordinates, symmetries, pruning tables * Cleanup symcoord.c: some coordinates and symdata are never actually used; remove also sd_eofbepos and just use sd_coud for khuge (this changes the -coordinate so the whole table must be generated again!) +coordinate so the whole table must be generated again!) or viceversa * Use pruning values mod 4 instead of mod 16 (or maybe not, I like the current system) -### Memory management -* fail gracefully when there is not enough memory to load a large table -* free tables from memory when not used -* optionally run in low-memory friendly version (no tables above a few Mb); - this can be useful e.g. for embedded devices - ### Structural changes * client/server architecture: run a server process in the background so that multiple client processess can send it queries and get results; this would -- cgit v1.3