emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is there utility in making hash-table-{keys, values} built-in functions?


From: Shankar Rao
Subject: Is there utility in making hash-table-{keys, values} built-in functions?
Date: Thu, 28 Nov 2024 12:53:25 +0100

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]