diff options
Diffstat (limited to '2021/talks')
-rw-r--r-- | 2021/talks/faster.md | 10 |
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. |