SESSION + Live Q&A
Peddle the Pedal to the Metal
Tips and techniques for writing highly efficient and scalable software drawn from decades of experience. You'll see that the guiding principle is a simple one, and can be applied nearly everywhere. The talk is focused on programming in C.
Speaker
Howard Chu
Systems Level Developer & CTO @SymasCorp
Howard Chu has been writing Free/Open Source software since the 1980s. His work has spanned a wide range of computing topics, including most of the GNU utilities (gcc, gdb, gmake, etc.), networking protocols and tools, kernel and filesystem drivers, and focused on maximizing the useful work from...
Read moreFrom the same track
Applying Concurrency Cookbook Recipes to SPEC JBB
Our overarching goal was to understand, quantify and highlight the consequences of certain choices of fences when compiling Java constructs down to hardware platforms such as ARM, IBM Power or Intel x86. We used Doug Lea's cookbook as a compilation guide, and SPEC JBB as our reference benchmark....
Monica Beckwith
Java Champion, First Lego League Coach, passionate about JVM Performance @Microsoft
Jade Alglave
Lecturer @ucl
Continuous Profiling in Production: What, Why and How
Everyone wants to understand what their application is really doing in production, but this information is normally invisible to JVM developers. Profilers tell you what code your application is running but few developers profile and mostly on their development environments. Thankfully...
Richard Warburton
Top Performance-Minded Java Engineer & cofounder of Opsian.com
Sadiq Jaffer
Director at Opsian
Interaction Protocols: It's All About Good Manners
Distributed and concurrent systems can be considered a social group that collaborate to achieve collective goals. In order to collaborate a system of rules must be applied that affords good hygiene, fault tolerance, and effective communication to coordinate, share knowledge, and provide feedback...
Martin Thompson
High Performance & Low Latency Specialist
Novel Algos and Optimizations in JCTools Concurrent Queues
Bitwise tricks, memory layout, minimal memory ordering primitives and some innovation result in queues that leave their JDK alternatives in the dust.In this talk we will follow several examples of optimizations, tradeoffs and implementation details from the JCTools library. In addition we will...
Nitsan Wakart
Performance Engineer - Consultant @DataStax & Chief Performance Consultant at TTNR Labs
Panel: Performance - What's Next?
A lot of the techniques and approaches that we use for developing and improving software performance are tried and tested rather than innovative. But what does the future hold - will be doing the same things in 5, 10 or 20 years time or will software evolve?
Richard Warburton
Top Performance-Minded Java Engineer & cofounder of Opsian.com
Sadiq Jaffer
Director at Opsian
Howard Chu
Systems Level Developer & CTO @SymasCorp
Nitsan Wakart
Performance Engineer - Consultant @DataStax & Chief Performance Consultant at TTNR Labs
Martin Thompson
High Performance & Low Latency Specialist
Monica Beckwith
Java Champion, First Lego League Coach, passionate about JVM Performance @Microsoft