memorysafety / rav1d

An AV1 decoder in Rust.
BSD 2-Clause "Simplified" License
321 stars 22 forks source link

See if the task system can be optimized #1348

Open kkysen opened 3 weeks ago

kkysen commented 3 weeks ago

@rinon mentioned that this might be possible, and would help improve multi-threaded performance (just not single-thread performance at all). With Rust, we should be able to optimize this more aggressively without fearing data races.