kornia/kornia-rs

Parallel Abstracion Layer (PAL) design

Open

#538 opened on Nov 7, 2025

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

Repository metrics

Stars
 (675 stars)
PR merge metrics
 (PR metrics pending)

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

Contributor guide