by FraaJad on 5/12/19, 7:47 PM with 5 comments
by kristoff_it on 5/12/19, 9:25 PM
Now I've rewritten it in Zig in one evening, it's drastically easier to understand and it even has more zero-cost features, all of this in less lines than the original macro-ridden code.
I will soon add more comments and safety features, but for now it felt really good to be able to remove all the redundant code without having to recur to hacks.
Here's the link: https://github.com/kristoff-it/zig-cuckoofilter
by silisili on 5/12/19, 10:42 PM
Unrelated to the language, but at ~41 or 42 minute mark I noticed the pronunciation of 'executable' and it made me really think. He says it in a way that highlights 'exec', which makes a lot of sense, whereas I normally would say it with emphasis on the third syllable. Now I wonder how most programmers say that word...
by joshbaptiste on 5/12/19, 10:09 PM