Fast by default: algorithmic performance optimization in practice / Vladimir Agafonkin
Description of the workshop (before)
SESSION
Fast by default: algorithmic performance optimization in practice
We've learned to rely on sophisticated frameworks and fast engines so much that we're slowly forgetting how computers work. With modern development tools, it's easy to locate the exact code that's slowing down your application, but what do you do next? Why exactly is it slow, and how do you make it fast? Time to regain the lost art of algorithmic performance optimization! Software performance is all about recognizing and eliminating unnecessary work. You can learn to do this intuitively, and eventually you'll be able to write code that's fast from the start, by default. Let me show you how — on practical, real-world cases of optimizing popular open source libraries, PR by PR.
ABOUT VLADIMIR
Kyiv, Ukraine
Vladimir Agafonkin is an open source enthusiast, the author of Leaflet JS library (the industry standard for interactive maps), and maintainer of 40+ other open source libraries with a focus on algorithms, computational geometry and data visualization. He builds the future of maps at Mapbox. Living in Kyiv, Ukraine, Vladimir is also the frontman of progressive rock band Obiymy Doschu and a happy father of twin girls.
Must haves for the workshop
Optimizations in functions are always important to make the code faster and more readable.
- find a bottleneck - find out why is it slow - make it faster
Useful Links (after)
Video:
Screenshots:









Last updated
Was this helpful?