anbadovideo / anbado-video

Anbado Video Solution
4 stars 0 forks source link

"timecheck()" is low performance on many events #12

Open haksudol opened 11 years ago

haksudol commented 11 years ago

When eventList has a lot of elements, is is quite slow. That is because program check all event elements. To achieve high performance, timecheck algorithm should be reconsider.

haksudol commented 11 years ago

각 시점에 전체 이벤트를 모두 순회하기 때문에 이러한 문제가 발생하고 있습니다.