summaryrefslogtreecommitdiffstats
path: root/fsa/TODO
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2017-06-13 20:46:46 +0200
committerGitHub <noreply@github.com>2017-06-13 20:46:46 +0200
commita9785bfd7b01ddc83ac4b6d8d6a0e9f3222b21d4 (patch)
treeadac15bff93c68cab36a260227aef3045e17901a /fsa/TODO
parent4ae60e3fbc20e0397662c39848cab012ff052e5e (diff)
Revert "Copyright header"
Diffstat (limited to 'fsa/TODO')
-rw-r--r--fsa/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/fsa/TODO b/fsa/TODO
new file mode 100644
index 00000000000..7244fc3f002
--- /dev/null
+++ b/fsa/TODO
@@ -0,0 +1,7 @@
+* Improve performance of traversing fsa (iterator) by limiting the number of
+ possible transitions which need to be checked.
+
+* Extend makefsa -v (verbose) option to include statistics (memory usage etc.)
+
+* Make memory consumption and allocation strategy in Automaton more efficient.
+