Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
2019-web/data/talks/143.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
28 lines (16 sloc)
1.42 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Talk details are specified in YAML files | |
| # YAML was selected because we can use multi-line strings and add | |
| # comments in the file. | |
| speaker_name: "Samuel Dion-Girardeau" | |
| talk_title: "Fantastic anti-patterns and where to find them: pinpointing performance bottlenecks" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "Quite Different" | |
| - "Tools, Testing, and Practices" | |
| talk_abstract: "Is your code running slower than you would like? If so, how do you even begin identifying performance bottlenecks? This talk will teach you how to profile your Python program and interpret flame graphs to find the best candidates for speedups. Through a real-life case study, we'll also see common performance anti-patterns, and simple remediation techniques. The case study will be a crypto-assets trading strategy backtesting program that was way too slow, and for which the techniques covered in this talk yielded amazing results, and even lead to improvements to third-party libraries!" | |
| about_author: "Samuel is a software engineer at Delphia, with a background in Linguistics and Computer Science. Former startup founder, serial hackathon mentor and attendee, fervent autodidact, he has been developing and delivering natural language technology applications and web services for the last five years." | |
| talk_metadata: | |
| - "**Date:** Saturday Nov. 16" | |
| - "**Location:** Concert Hall" | |
| - "**Begin time:** 13:30" | |
| - "**Duration:** 25 minutes" |