Skip to content

Performance and Test Suite

Compare
Choose a tag to compare
@lucasnetau lucasnetau released this 21 Jun 03:23
· 11 commits to master since this release

Move to using a SplMinHeap for ordered inserts of priorities, removes the need to track sorted status and performing krsort during next(), this improves performance drastically for TimeBucket readers are adding and removing elements in loops.

Introduce PHPUnit and tests for major components