all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Shankar Rao <shankar.rao@gmail.com>
To: emacs-devel@gnu.org
Subject: Is there utility in making hash-table-{keys, values} built-in functions?
Date: Thu, 28 Nov 2024 12:53:25 +0100	[thread overview]
Message-ID: <CAGEgU=gaGaN4QOt1s83xmJEJ1eJW1xqd94pE544ecPVuNb6Hew@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 432 bytes --]

Hello all,

I noticed that the functions hash-table-keys and hash-table-values are just
wrappers around maphash. This means that there is no way to iterate over a
hash-table without using a lambda.

Would it be useful or worthwhile to implement these directly in C? I don't
know much about low-level Emacs development, but having these as built-ins
could make iteration of a hash-table a little faster and easier to debug.

Shankar

[-- Attachment #2: Type: text/html, Size: 545 bytes --]

             reply	other threads:[~2024-11-28 11:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-28 11:53 Shankar Rao [this message]
2024-11-28 17:31 ` Is there utility in making hash-table-{keys, values} built-in functions? Mattias Engdegård
2024-11-29 14:25   ` Shankar Rao
2024-11-29 22:05     ` Tomas Hlavaty
2024-11-28 18:40 ` Gerd Möllmann
2024-11-29 13:47   ` Shankar Rao
2024-11-29 14:19     ` Gerd Möllmann

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

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

  git send-email \
    --in-reply-to='CAGEgU=gaGaN4QOt1s83xmJEJ1eJW1xqd94pE544ecPVuNb6Hew@mail.gmail.com' \
    --to=shankar.rao@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.