aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/TODO
diff options
context:
space:
mode:
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.
+