From 76bd2482a4d8ca5ff192915cba7b9893c9a968a7 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 4 Dec 2021 21:05:14 -0500 Subject: Video tweaks, removed slashes too --- 2021/talks/ui.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '2021/talks/ui.md') 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? -- cgit v1.2.3