hash-table-set! and insertion order Shawn Wagner (17 Nov 2023 23:14 UTC)
Re: hash-table-set! and insertion order Daphne Preston-Kendal (17 Nov 2023 23:32 UTC)
Re: hash-table-set! and insertion order Daphne Preston-Kendal (17 Nov 2023 23:38 UTC)
Re: hash-table-set! and insertion order Sudarshan S Chawathe (30 Aug 2024 22:57 UTC)

Re: hash-table-set! and insertion order Daphne Preston-Kendal 17 Nov 2023 23:37 UTC

I should also note that I’ve privately suggested adding a procedure to move the entry with a particular key to the rightmost position in the table. This would be a useful primitive for implementing a cache with least-recently-used eviction.

Daphne