home.social

#unaligned — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #unaligned, aggregated by home.social.

  1. Inspired by @jonhoo's `brrr` I wrote #SIMD splitting iterator which seem to work. Now, I'm not sure if I should be proud of myself, or sad I reinvented the wheel...

    For those interested: it has limitation to byte slices, but it's correct for #unaligned data (subject to future optimisations); uses nightly.

    Now it needs #benchmarks

    #rust #iterator #reinvented