summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-18 12:43:19 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-18 12:43:19 -0700
commit5f88657a75c4443ba93936e0f14bb3be0435fd41 (patch)
tree1dd3629bb9707fb84985b5a075fced48b0552edb /README.md
parentec92f930344d364e3be359a41aebea78f8205fa7 (diff)
Fetch q/a in the background while viewing --luckyv0.2.1
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