Optimizing Emacs Lisp Code
Offered By: EmacsConf and Emacs hangouts via YouTube
Course Description
Overview
Explore techniques for optimizing Emacs Lisp code in this 36-minute conference talk from EmacsConf 2021. Learn the importance of benchmarking before optimization and discover various benchmarking approaches, including live evaluation, step-debugging, and measuring from debugger breakpoints. Gain insights on identifying expensive functions and selecting optimal alternatives from libraries like cl-lib, seq, dash, and lean core. Understand the concept of print-benchmarking and how byte-compiled code can significantly alter performance bottlenecks. Discover methods for quickly loading byte-compiled versions and examine real-world optimization steps taken to enhance the Xref package. This talk, available under Creative Commons Attribution-ShareAlike 4.0 International license, provides valuable knowledge for Emacs Lisp developers seeking to improve code efficiency.
Syllabus
EmacsConf 2021: Optimizing Emacs Lisp Code - Dmitry Gutov
Taught by
EmacsConf and Emacs hangouts
Related Courses
What I'd Like to See in EmacsEmacsConf and Emacs hangouts via YouTube Fanfare for the Common Emacs User
EmacsConf and Emacs hangouts via YouTube The Wheels on D-Bus
EmacsConf and Emacs hangouts via YouTube Pre-localizing Emacs
EmacsConf and Emacs hangouts via YouTube Putting Org Mode on the Indieweb
EmacsConf and Emacs hangouts via YouTube