summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6986419..52e57c1 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,17 @@
**Note:** under development, not ready for prime time.
+### async considerations
+Implemented async with tokio in ec92f93, but unclear if this is necessary. For
+< 10 simultaneous network requests, it might be better and simpler to just use
+rayon (i.e. OS threads).
+
+### TUI considerations
+Going with cursive because it is way more flexible than tui-rs.
+**Important note** Tables are not currently allowed in stackexchange... so the
+benefit of incorporating termimad features will not be felt. But, this is
+changing [soon](https://meta.stackexchange.com/q/348746).
+
### to troubleshoot
```
export RUST_BACKTRACE=full