IRC channel logs

2025-04-18.log

back to list of logs

<dthompson>got a big PR for today. functional hash tables for goblins! https://codeberg.org/spritely/goblins/pulls/696
<dthompson>this hamt-based hash table will soon replace vlists for implemented ghashes
<dthompson>implementing*
<jfred>ooh!
<civodul>dthompson: excellent!
<jfred>will there be any changes to the ghash API as a result or will the switch be entirely internal?
<n|Phreak>Is Hoot only available through guix ?
<dthompson>n|Phreak: I think it's just guix right now. I haven't heard about other distros packaging it. it's possible that it's in nix, but I haven't checked.
<dthompson>jfred: hoping to preserve most of the api though I suspect there might be a few incompatible changes