From 2402348cb0410457bf6c5b3e55abf3187b8a94a3 Mon Sep 17 00:00:00 2001
From: John Cummings <john@rootabega.net>
Date: Thu, 6 Jan 2022 17:09:07 -0500
Subject: add chapter markers to Optimizing Emacs Lisp and remove help section

---
 2021/info/faster-schedule.md | 11 +++++++++++
 2021/talks/faster.md         |  7 -------
 2 files changed, 11 insertions(+), 7 deletions(-)

(limited to '2021')

diff --git a/2021/info/faster-schedule.md b/2021/info/faster-schedule.md
index a9796946..4ae1edb7 100644
--- a/2021/info/faster-schedule.md
+++ b/2021/info/faster-schedule.md
@@ -37,6 +37,17 @@ size="97.5M" duration="35:35" other_resources="""[Download .org](https://media.e
 [[!template id="vid" vidid="qanda" src="https://media.emacsconf.org/2021/emacsconf-2021-faster--optimizing-emacs-lisp-code--dmitry-gutov--answers.webm" poster="https://media.emacsconf.org/2021/emacsconf-2021-faster--optimizing-emacs-lisp-code--dmitry-gutov--answers.png" 
 size="96.9M" duration="41:29" other_resources="""[Download --answers--compressed32.webm (85.8MB)](https://media.emacsconf.org/2021/emacsconf-2021-faster--optimizing-emacs-lisp-code--dmitry-gutov--answers--compressed32.webm)  
 """]]
+[[!template id="chapters" vidid="qanda" data="""
+00:00 Why are overlays slow compared to text properties?
+03:21 Would these optimizations be helpful in a personal init.el?
+04:28 What's a good approach for benchmarking destructive operations?
+06:06 Do you recommend avoiding cl-defstruct in favour of "pure" lists/vectors?
+08:20 Possible to optimize Emacs packages with code compiled from other languages?
+10:26 (Q&A logistics)
+12:25 What about text properties vs. buffer-local variables to store position cache?
+18:40 Followup on earlier cl-defstruct benchmark discussion RE: AVL trees
+30:48 Does cl-defstruct have memory overhead/general memory usage discussion
+"""]]
 
 
 # Description
diff --git a/2021/talks/faster.md b/2021/talks/faster.md
index 824077f8..0434db61 100644
--- a/2021/talks/faster.md
+++ b/2021/talks/faster.md
@@ -28,13 +28,6 @@ Preferred contact info | <dgutov@yandex.ru>
 
 # Discussion
 
-[[!template id="help"
-summary="long Q&A session needs chapter markers"
-volunteer="John Cummings 2022-01-06"
-tags="help_with_chapter_markers"
-message="""Want to help make the Q&A session easier to search? You can [add chapter markers](/2021/contribute/#chapter-markers) or [edit the captions](/2021/contribute/#edit-captions), maybe starting with these
-[auto-generated captions](https://media.emacsconf.org/2021/emacsconf-2021-faster--optimizing-emacs-lisp-code--dmitry-gutov--answers.ass)."""]]
-
 IRC nick: dgutov
 
 Pad:
-- 
cgit v1.2.3