Numbers Every Scala Programmer Should Know
Offered By: Scala Days Conferences via YouTube
Course Description
Overview
Explore the intricacies of writing high-performance Scala code in this 49-minute conference talk from Scala Days Chicago 2017. Delve into the evolution of performance optimization techniques, focusing on modern challenges like improving cache hit rates and data alignment. Examine the pros and cons of immutability in concurrent programming, and learn when to opt for synchronization, locks, or even blocking within actors. Analyze case studies, interpret performance metrics, and understand the impact of data pipelines, service requests, and inner loops on application efficiency. Investigate complexity analysis, optimization strategies for expensive operations, and benchmark various collection and mutability methods. Gain insights into designing efficient software architectures and making informed decisions about performance trade-offs in Scala programming.
Syllabus
Intro
Why software performance matters
Case studies
What do the numbers tell us?
Pipelining and Amortization
Basic modern types of infrastructures
Why data pipelines?
Services, requests and inner loops
Complexity analysis
Optimizing expensive operations
Performance of expensive operations
Example analysis (answer)
Total application performance
Asynchronous performance impact
Recursion and Loops benchmark code
Collection benchmark methods
Collection benchmark code
Mutability benchmark methods
How does this help us design software?
Taught by
Scala Days Conferences
Related Courses
Teaching Domain Specific Languages in ScalaScala Days Conferences via YouTube Why Dolly Is Just the Beginning for Open LLM Models
Scala Days Conferences via YouTube Building Billion Node Graphs for Machine Learning
Scala Days Conferences via YouTube How Does Incremental Compilation Work with Scala 3
Scala Days Conferences via YouTube AI Assisted Development
Scala Days Conferences via YouTube