kornia/kornia-rs

Parallel Abstracion Layer (PAL) design

Open

#538 aberto em 7 de nov. de 2025

Ver no GitHub
 (17 comments) (0 reactions) (1 assignee)Rust (188 forks)auto 404
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (675 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

A lot of the code in the library is still single-threaded, despite being "embarrassingly parallelizable" using rayons par_iter and other iterators. There are a lot of easy speedup wins to be had. this issue is also good for beginners as it won't have massive changes to the code and helps them learn a useful rust crate

Guia do colaborador