08.07.2024, 19:46
It depends, some filters are simply slow in what they do since they need to do tons of stuff.
Especially if what they are doing has a temporal component, they might not really be suited for multithreading and thus can be a bottleneck.
Filter order also plays a role,..
=> learn the theory behind what is done, learn how to write code to do that, and then write your own filter.
Cu Selur
Especially if what they are doing has a temporal component, they might not really be suited for multithreading and thus can be a bottleneck.
Filter order also plays a role,..
=> learn the theory behind what is done, learn how to write code to do that, and then write your own filter.
Cu Selur