summaryrefslogtreecommitdiffstats
path: root/2021/captions/emacsconf-2021-faster--optimizing-emacs-lisp-code--dmitry-gutov--main--chapters.vtt
blob: 9aa574339d9c7b2a5b3b73b9b9ff500da096452b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
WEBVTT

00:00:01.120 --> 00:02:36.479
Introduction

00:02:36.480 --> 00:04:19.839
Emacs Lisp is a little old

00:04:19.840 --> 00:05:03.038
Benchmark then optimize, not vice versa

00:05:03.039 --> 00:09:31.199
profiler-start

00:09:31.200 --> 00:13:01.359
elp - Emacs Lisp Profiler

00:13:01.360 --> 00:19:13.439
benchmark

00:19:13.440 --> 00:20:00.239
Write less code

00:20:00.240 --> 00:22:52.158
Reduce allocations

00:22:52.159 --> 00:30:52.239
Recent optimizations in Xref

00:30:52.240 --> 00:30:53.240
cl-lib, dash, and seq