Miguel Raz - Building a compile-time SIMD optimized smoothing filter

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • Recording of a talk given at the Scientific Computing in Rust 2024 online workshop.
    I built a Savitzky-Golay filter (fancy name for a dot product with some known constants on a rolling window) and tried to optimize the crap out of it. It's fast, it was fun, and I want to share the tools that helped me see where I was missing perf like cargo show asm, cargo remark and divan.

Комментарии • 1

  • @dotmyself
    @dotmyself Месяц назад

    Really nice talk!