aboutsummaryrefslogtreecommitdiffstats
path: root/fsa
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-06-14 14:48:45 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-06-14 14:48:45 +0200
commitba448cedab84a165536be2e72decee02f6ce2aef (patch)
tree7ecf1759662aaeb9b2ed4a579345f562dbc24531 /fsa
parentb7f9e7ceaef72489d76683537973b639f8895b84 (diff)
Remove unnecessary files
Diffstat (limited to 'fsa')
-rw-r--r--fsa/TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/fsa/TODO b/fsa/TODO
deleted file mode 100644
index 7244fc3f002..00000000000
--- a/fsa/TODO
+++ /dev/null
@@ -1,7 +0,0 @@
-* 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.
-