gst-plugins-rs/generic/threadshare
François Laignel 5c9bbc6818 threadshare: Task: reduce memory usage
Using dynamic dispatch instead of monomorphization reduces the lib size
and memory use without affecting CPU nor throughput significantly.
2020-05-25 18:31:49 +02:00
..
examples threadshare: align some properties with their C counterparts 2020-04-27 11:22:26 +02:00
src threadshare: Task: reduce memory usage 2020-05-25 18:31:49 +02:00
tests threadshare: introduce TaskImpl trait 2020-05-25 18:31:48 +02:00
build.rs Fix various new clippy warnings with clippy 1.43 2020-04-24 13:55:01 +03:00
Cargo.toml threadshare: introduce TaskImpl trait 2020-05-25 18:31:48 +02:00