InfoQ Homepage Performance Content on InfoQ
-
ASP.NET 5 Support for Visual Studio Application Insights
Microsoft has released an SDK for its monitoring platform Visual Studio Application Insights that brings support for ASP.NET 5. Application Insights is divided into two main components; the Azure portal is where the data is displayed and the SDK provides the API to send telemetry events.
-
How to Improve Android App Performance
Performance is key to mobile apps. Google provides a lot of training material to improve performance in Android apps. A brief overview of tips and techniques.
-
Microsoft: Edge Performs Better than Chrome and Firefox
This article outlines some of the performance optimizations done for the Chakra engine and the Octane and Jet Stream benchmark results for Edge, Chrome and Firefox.
-
WebStorm 10 Compiles TypeScript 1.4 to JavaScript on the Fly
JetBrains WebStorm 10 compiles TypeScript 1.4 code to JavaScript while editing. It has added support for unions, modules, decorators, plus let and const keywords. It comes with an application dependency diagram, source maps and a CPU plus memory profiler for V8.
-
Uber Unveils its Realtime Market Platform
Matt Ranney, Chief Systems Architect at Uber, gave an overview of their dispatch system, responsible for matching Uber's drivers and riders. Ranney explained the driving forces that led to a rewrite of this system. He described the architectural principles that underpin it, several of the algorithms implemented and why Uber decided to design and implement their own RPC protocol.
-
Both IE and Chrome Are to Support asm.js
The modern.IE Platform Status indicates that now asm.js is in Development. According to Microsoft, the Chakra engine in Windows 10 will support asm.js, and Microsoft has been collaborating with Mozilla to implement it faster. Chrome is going to support it via TurboFan, a new optimizing compiler for V8.
-
Google Dumps SPDY after HTTP/2 Enters "Last Call"
Google has announced giving up SPDY after HTTP/2.0 has integrated the protocol and its standardization is in its final stages.
-
Putting People First to Increase Motivation and Performance
Focusing on the motivation of individuals can positively impact performance. An interview with Peter van Oevelen about motivating individuals, influencing the mood of teams, applying radical management, economies of motivation and building effective teams with individuals that have their own ideas, preferences and motivations.
-
Google’s Android Performance Patterns
The Google Developers YouTube channel has posted a set of 16 videos on Android Performance Patterns outlining a number of performance issues developers stumble across when creating applications for Android, along with advice on dealing with them which we will present in summary.
-
Alex Bordei on Scaling NoSQL Databases
Network performance, virtualization and testing are some of the considerations to address performance and scalability issues with NoSQL databases. Alex Bordei wrote about scaling NoSQL databases and tips for increasing performance when using these data stores.
-
Plumbr Shifts Focus to Become a JVM Monitoring Solution
Plumbr shift its flagship product from a memory-leak tool to a JVM monitoring solution, adding thread contention detection, inefficient GC behaviour monitoring, and historical JVM data. InfoQ talks with Pritt Potter about this decision.
-
Jack & Jill: New Android Compilers for More Performance
Eric Lafortune, Technical Director of Saikoa, maker of DexGuard, has discovered new tools in the SDK for Android 5.0 Revision 1 (API 21.1), namely two compilers called Jack and Jill. These tools are meant to streamline the compilation process for Android.
-
Defining the Value of Software Products Precisely and Quantitatively
The real requirements of a product are not the functions that are needed, or user stories that have to be delivered. It is the possible improvement of performance that customers can get from using the product said Matteo Vaccari. At the XP Days Benelux 2014 conference he facilitated a workshop together with Antonio Carpentieri about defining the value that is needed by customers.
-
Facebook & Instagram Lessons on Android Development for Emerging Markets
Facebook and Instagram shared from their experience improving their apps to perform better on various Android devices and over different network connection speeds during the session Scaling Android Apps for Emerging Markets recorded at @Scale 2014.
-
Facebook Open Sources Proxygen, an HTTP Framework Supporting SPDY 3.1
The idea behind Proxygen is not to replace Apache but having the ability to create a specialized high-performance web server that can be embedded into existing applications providing web services. Facebook initially started to build a proxy (hence the name) server in 2011, and now they are open sourcing it after the project evolved and has been tested in production for a number of years.