Re: Heads-up: LilyPond now running Guile 2.2

2022-03-17 Thread tomas
On Fri, Mar 18, 2022 at 12:17:56AM +0100, Jean Abou Samra wrote: > For your information: > > https://gitlab.com/lilypond/lilypond/-/merge_requests/1250 You rock! Seriously Thanks. Cheers -- t signature.asc Description: PGP signature

Heads-up: LilyPond now running Guile 2.2

2022-03-17 Thread Jean Abou Samra
For your information: https://gitlab.com/lilypond/lilypond/-/merge_requests/1250

lru hashes

2022-03-17 Thread Stefan Israelsson Tampe
Here is an idea for guile hash tables. So consider n bins, struct bin x[n]; where the bin is defined by, struct bin { unioni m128 m, SCM h, SCM v, } and the matching structure is a MMS friendly datastructure union m128 { uint8_t v[16]; uint128_t x;