>hope you returned home well. I remember us talking about that you have a
>file notification module somewhere that you wanted to commit into 7.9. As
>i still have my inotify stuff lying around, do you think you can make
>your code available somewhere in some git so that i can have a look and
>possibly merge (if there is something to merge).
I'll have to clear it with Roxen first, since it's part of the product.
BTW: It seems inotify is on the way to being obsoleted by fanotify.
BTW2: I just performed some comparisons of Pike's default string
hashing function (aka DO_HASHMEM()) with CRC32, and the variance
difference to a perfect hash function for the both are comparable,
with CRC32 consistently being somewhat better. ZERO below is the
pessimal hashfunction that returns zero for all strings.
Hashfunction: DO_HASHMEM CRC32 ZERO
Hilfe: 0.0368884 0.0359854 2.67415
GTK1: 0.0319663 0.0301390 1.90823
GTK2: 0.0320599 0.0305676 1.96876
Shuffler: 0.0496259 0.0475051 2.42460