kornia/kornia-rs

Parallel Abstracion Layer (PAL) design

Open

#538 opened on 2025年11月7日

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)

説明

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

コントリビューターガイド