In this post we talk about how to write code that is both flexible and fast!
All posts in March 2021
Speedscope: visualize what your program is doing and where it is spending time
Posted on Author Ivica BogosavljevićPosted in Developer Tools, Performance, Performance Analysis Tools9 Replies
In this post we introduce Speescope, a useful tool to help you visualize what your program is doing and where it is spending time.
Speeding up an Image Processing Algorithm
A post explaining how a few small changes in the right places can have a drastic effects on performance of an image processing algorithm named Canny.