summaryrefslogtreecommitdiffstats
path: root/2021/talks/ui.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-12-04 21:05:14 -0500
committerSacha Chua <sacha@sachachua.com>2021-12-04 21:05:14 -0500
commit76bd2482a4d8ca5ff192915cba7b9893c9a968a7 (patch)
tree087a687249f066f5b0e81f89741e3f92a943c8bf /2021/talks/ui.md
parentdc3a0b09cc0c9b7c09709008ddb4f6c12f38a6f8 (diff)
downloademacsconf-wiki-76bd2482a4d8ca5ff192915cba7b9893c9a968a7.tar.xz
emacsconf-wiki-76bd2482a4d8ca5ff192915cba7b9893c9a968a7.zip
Video tweaks, removed slashes too
Diffstat (limited to '2021/talks/ui.md')
-rw-r--r--2021/talks/ui.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/2021/talks/ui.md b/2021/talks/ui.md
index ee269f58..0fbf9322 100644
--- a/2021/talks/ui.md
+++ b/2021/talks/ui.md
@@ -38,19 +38,19 @@ Pad:
get lost easily when staging hunks since scroll gets lost during
re-render (Magit attempts at recovering). Are we getting magit-tui?
- A: It is certainly possible and compatible.
- - I am interested in tui.el but haven\'t looked at it too closely
+ - I am interested in tui.el but haven't looked at it too closely
yet. Have been entertaining the idea of something like this for
- a long time now. \-- jonas (magit maintainer)
+ a long time now. -- jonas (magit maintainer)
- Q2:We can update images as well?! Like SVG, or the comics you shown.
This is awesome!
- - A: Yes, that\'s possible.
+ - A: Yes, that's possible.
- Q3:Have you tried to display any diagram? Like UML sequence diagrams
- Q4: So does tui implement some sort of DOM model?
- A: Yes.
- Q5: How does performance compare with some other libraries, like
EWOC, magit-section, tabulated-list?  e.g. to render a view with
- thousands of elements (and thank you for your work on this, it\'s
- very exciting for Emacs\'s future)
+ thousands of elements (and thank you for your work on this, it's
+ very exciting for Emacs's future)
- A: In general EWOC and tabulated-list should perform better, and
tui still needs some optimization. TUI has the potential to be
better, but it needs some work.
@@ -58,7 +58,7 @@ Pad:
- A: Eventually, once its polished and more robust.
- Q7: What is the memory overhead like, e.g. I guess values are hashed
to detect whether items need to be re-rendered?
- - A: Haven\'t done any memory profiling, but memory overhead could
+ - A: Haven't done any memory profiling, but memory overhead could
probably be an issue.
- Q8: Awesome. Would lack of concurrency/multi-threading in Emacs be
an issue?