summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-12 09:02:08 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-12 09:05:43 +0800
commit6d91259c03591eb65c26a709d5906d98ea42b1ed (patch)
treeef2be3d2a43fc29beef49560f0701128160dda24 /README.md
parent66f2bf7a223dbd80457df730a7f282b793a2f10e (diff)
Bye bye travis, we had a really good time…
…but unfortunately your javascripts loads way too slowly in China. [skip CI]
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index ca1ed9b..ba3f315 100644
--- a/README.md
+++ b/README.md
@@ -103,10 +103,6 @@ Thanks to [jwalk][jwalk], all there was left to do is to write a command-line in
In other cases, the terminal gets things wrong - I use alacritty, and with certain characaters it
performs worse than, say iTerm3.
See https://github.com/minimaxir/big-list-of-naughty-strings/blob/master/blns.txt for the source.
-* One cannot abort the filesystem traversal
- * as we are in raw terminal mode, signals will not be sent to us. As as we are single-threaded in
- the GUI, we can not listen to input events while traversing the filesystem. This can be solved,
- of course, and I would love the solution to use async :).
* In interactive mode, you will need about 60MB of memory for 1 million entries in the graph.
* In interactive mode, the maximum amount of files is limited to 2^32 - 1 (`u32::max_value() - 1`) entries.
* One node is used as to 'virtual' root