InfoQ Homepage Performance Content on InfoQ
-
How We Scaled Songkick for More Traffic and More Productive Development
Marc Pacheco tells how Songkick made radical changes to increase the performance of the site while retaining a productive development team.
-
Startup Architecture: How to Lean on Others to Get Stuff Done
Robbie Clutton takes a look at the tools assisting a startup in making technical decisions needed for scaling and growing.
-
Deep Dive into G1 Garbage Collector
Charlie Hunt and Monica Beckwith describe the operational basics of G1 and how to tune it, along with tips on what to expect when migrating from Parallel GC or CMS to G1 GC.
-
Lessons from Building and Scaling LinkedIn
Jay Kreps discusses the evolution of LinkedIn's architecture and lessons learned scaling from a monolithic application to a distributed set of services, from one database to distributed data stores.
-
Facebook Messages: Backup & Replication Systems on HBase
Nicolas Spiegelberg discusses Facebook Messages built on top of HBase, the systems involved and the scaling challenges for handling 500TB of new data per month.
-
The Fundamentals of JVM Tuning
Charlie Hunt presents the fundamentals of JVM tuning and provides advice for developers on writing a Java application that performs well at runtime.
-
Dumb and Dumber: How smart is your monitoring data
Big Data is all the rage right now. Everyone from a social media company to your grandmother's online knitting store is suddenly a big data shop.
-
Racing Thru the Last Mile: Cloud Delivery Web-Scale Deployment
Alex Papadimoulis discusses various deployment strategies, scalable delivery, with examples from real-world organizations such as AllRecipes.com, Twitter, and Google.
-
JVM Mechanics – A Peek Under the Hood
Gil Tene discusses JVM observation-based runtime optimizations, ordering and memory model rules, basics GC functions, memory management, and JVM mechanics.
-
Running with the Devil: Mechanical Sympathetic Networking
Todd Montgomery discusses messaging: application level batching, UDP datagram size’s impact on performance, sendmmsg/recvmmsg, implementing asynchronous calls.
-
Visualizing Java Garbage Collection
Ben Evans discusses garbage collection in Java along with some tooling for understanding and visualizing how it works.
-
Go at Google
Rob Pike explains how Google designed Go to address major development issues they encounter while using other languages: long build times, poor dependency management, lack of robustness, etc.