From da2dd22fcda67d4828be03cb65b3d578957c5ee0 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 2 Dec 2021 12:47:08 -0500 Subject: Fix links --- 2021/talks/eaf.md | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) (limited to '2021/talks/eaf.md') diff --git a/2021/talks/eaf.md b/2021/talks/eaf.md index 6fc946a6..b3941549 100644 --- a/2021/talks/eaf.md +++ b/2021/talks/eaf.md @@ -77,25 +77,14 @@ IRC nick: matthewzmd Links and other notes: -- you might find the this bench-multi-lexical macro useful: - - or -   -- -- -- \"Use hash tables kids!\" -- PSA: buffer-local-value is generally much faster than - with-current-buffer if all you need to do is get the value of a - variable in a buffer  -- EIEIO\'s object construction is slow because it goes through - \`make-instance\` which is a generic function and it itself calls - various other generic functions, so there\'s a lot of cl-generic - dispatch overhead; and then there\'s the fact that the (keyword) - arguments are laboriously parsed at run-time so it itself is slow as - well. -- There is a pending patch to represent the set of a buffer\'s - overlays as an AAtree or somesuch. -- +- +- +- +- +- if you wanna dig more into the internals of EAF, I suggest you to + read this part of the Wiki + ( + or my talk from last year (  [[!inline pages="internal(2021/captions/eaf)" raw="yes"]] -- cgit v1.2.3