unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mattias Engdegård" <mattias.engdegard@gmail.com>
To: Thierry Volpiatto <thievol@posteo.net>
Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
Subject: Re: Emacs-30 performances
Date: Fri, 21 Jun 2024 11:33:42 +0200	[thread overview]
Message-ID: <91C1070A-53C8-444A-BF09-B88DA5D542C8@gmail.com> (raw)
In-Reply-To: <87le2yq33c.fsf@posteo.net>

21 juni 2024 kl. 07.25 skrev Thierry Volpiatto <thievol@posteo.net>:

> (defvar my-big-list (make-hash-table :test 'equal))
> 
> (let ((i 0))
>  (while (< i 10000)
>    (puthash i (format "This is %d" i) my-big-list)
>    (setq i (1+ i))))
> 
> (setq psession-object-to-save-alist '((my-big-list . "my-big-list.el")))
> 
> ;; emacs-29: "0.758 s elapsed, 0 GCs, 0.000 s in GC, 0.758 s non-GC"
> ;; emacs-30: "0.016 s elapsed, 0 GCs, 0.000 s in GC, 0.016 s non-GC"

Can't reproduce that; I get 0.020 and 0.019 s for emacs 29 and 30, respectively, on a slow machine.

It looks like your emacs-29 is configured, built or run differently.




      reply	other threads:[~2024-06-21  9:33 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-02 14:52 Emacs-30 performances Thierry Volpiatto
2024-06-03 11:57 ` Eli Zaretskii
2024-06-03 17:37   ` Thierry Volpiatto
2024-06-03 18:23     ` Mattias Engdegård
2024-06-04  5:23       ` Thierry Volpiatto
2024-06-08 15:30       ` Thierry Volpiatto
2024-06-09  6:41         ` Thierry Volpiatto
2024-06-09  8:19           ` Eli Zaretskii
2024-06-09  9:45             ` Thierry Volpiatto
2024-06-09 11:39           ` Stefan Kangas
2024-06-09 14:07           ` Mattias Engdegård
2024-06-09 17:38             ` Thierry Volpiatto
2024-06-10  5:32             ` Thierry Volpiatto
2024-06-12 17:03               ` Mattias Engdegård
2024-06-15  5:32                 ` Thierry Volpiatto
2024-06-15  9:33                   ` Mattias Engdegård
2024-06-21  5:25                     ` Thierry Volpiatto
2024-06-21  9:33                       ` Mattias Engdegård [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=91C1070A-53C8-444A-BF09-B88DA5D542C8@gmail.com \
    --to=mattias.engdegard@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=thievol@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).