how to optimize and make processing faster on long stream ? [closed]

asked 2018-06-03 09:54:56 -0600

azdoud.y gravatar image

updated 2018-06-03 10:06:09 -0600

Hi, community.

I'm trying to code a programme which for search specific frames that I set them within a vector, inside a stream of more than 90000 frames about 1 hour in duration. It like searching for a word or a sentence in pdf file. I have written the following code, however, my code takes about 36 min of run time. in code i5 2th gene 8 DDR3 ram.

https://github.com/azdoudYoussef/vide...

I've been thinking to make this code faster by using multithreading, but I need some advice from the community to do this.

So, how to achieve this aim.

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by berak
close date 2018-06-03 10:08:37.577640

Comments

sorry, but we won't profile your github repo, that's your job.

once you've done that, and isolated the bottlenecks, come back with a specific problem, please.

berak gravatar imageberak ( 2018-06-03 10:07:18 -0600 )edit

okay, thank you

azdoud.y gravatar imageazdoud.y ( 2018-06-03 10:09:50 -0600 )edit