aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/wiki_src/technical/performance.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/wiki_src/technical/performance.md')
-rw-r--r--docs/wiki_src/technical/performance.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/wiki_src/technical/performance.md b/docs/wiki_src/technical/performance.md
index 709affe..ce3cca0 100644
--- a/docs/wiki_src/technical/performance.md
+++ b/docs/wiki_src/technical/performance.md
@@ -11,6 +11,7 @@ comparable as possible:
- Bruijn uses efficient data structures by default. For example, for
nary numbers we use results of Torben Mogensens investigations (as
described in [number/byte encodings](../coding/data-structures.md)).
+- Bruijn has a `-O` flag that enables abstraction of duplicated terms
- The lambda calculus optimizers
[BLoC](https://github.com/marvinborner/bloc) and
[BLoCade](https://github.com/marvinborner/blocade) are directly