summaryrefslogtreecommitdiffstats
path: root/2021/talks/faster.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-11-23 15:15:27 -0500
committerSacha Chua <sacha@sachachua.com>2021-11-23 15:15:27 -0500
commit88a7f0914bc0540cf529f2918cd0ade94a5db2d2 (patch)
tree97121dde1b16a74a4805a1c9e93f58fe9263d7a3 /2021/talks/faster.md
parent2b678c5705da550c1d3ee9e13fb466a3b49b631c (diff)
downloademacsconf-wiki-88a7f0914bc0540cf529f2918cd0ade94a5db2d2.tar.xz
emacsconf-wiki-88a7f0914bc0540cf529f2918cd0ade94a5db2d2.zip
cancel rust, change faster title, add faster speaker info
Diffstat (limited to '2021/talks/faster.md')
-rw-r--r--2021/talks/faster.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/2021/talks/faster.md b/2021/talks/faster.md
index 60539629..803579f9 100644
--- a/2021/talks/faster.md
+++ b/2021/talks/faster.md
@@ -4,12 +4,18 @@
<!-- You can manually edit this file to update the abstract, add links, etc. --->
-
-# How to write faster Emacs Lisp
+# Optimizing Emacs Lisp Code
Dmitry Gutov
[[!inline pages="internal(2021/info/faster-schedule)" raw="yes"]]
+[[!table header="no" class="speaker-details" data="""
+Name pronunciation: | d-MEET-ri GOO-tov
+Pronouns: | he/his
+Homepage: | <https://github.com/dgutov/>
+Preferred contact info | <dgutov@yandex.ru>
+"""]]
+
- Before optimizing, benchmark first.
- Different benchmarking approaches.
- Live evaluation, step-debugging, measuring from a debugger breakpoint.