;;; -*- lexical-binding: t -*- ;; ;; this file: ;; https://dataswamp.org/~incal/emacs-init/elisp-cl.el (require 'measure) ;; elisp-benchmarks-1.14 bubble.el does not `provide' itself (load "~/.emacs.d/elpa/elisp-benchmarks-1.14/benchmarks/bubble.el") (declare-function elb-bubble-entry nil) (when nil (measure-time (elb-bubble-entry) )) ; 29.536540269851685 (provide 'elisp-cl)