Re: GC + Java finalization

2022-02-22 Thread Dr. Arne Babenhauserheide
Jonas Hahnfeld via "Developers list for Guile, the GNU extensibility library" writes: > [[PGP Signed Part:Good signature from 91C9C33D2C61ACDB Jonas Hahnfeld > (trust undefined) created at > 2021-11-19T13:18:31+0100 using RSA]] > Am Sonntag, dem 10.10.2021 um 18:22 +0200 schrieb Jonas Hahnfe

Re: Hatables are slow

2022-02-22 Thread Linus Björnstam
Hej! I would also propose a hash table based on a more sane interface. The equality and hash procedures should be associated with the hash table at creation rather than every time the hash table is used. Like in R6RS, srfi-69, or srfi-12X (intermediate hash tables). Maybe the current HT could