InfoQ Homepage Performance Content on InfoQ
-
Improving Node.js’ SSL Performance at PayPal
Trevor Livingston, a software engineer working for PayPal, has outlined in a recent post a number of suggestions to improve the outbound SSL performance of Node.js.
-
The Performance of Dart 1.3 Is on Par with Node.js
The Google Dart team has announced Dart SDK 1.3 which improves the performance of asynchronous server-side code to the point that Dart VM is on par with Node.js, the later using another Google technology, the V8 engine.
-
Microsoft Speeds Up Windows Store Apps with .NET Native
.NET Native is an attempt from Microsoft to reduce the start up times and memory footprint of Windows Store applications.
-
Google Wants to Speed Up the Internet with QUIC
QUIC (Quick UDP Internet Connections, pronounced 'quick') is a multiplexing transport protocol running over UDP with the main goal to have 0-RTT connectivity overhead.
-
Google Improves Hadoop Performance with New Cloud Storage Connector
With a new connector, it is now possible for Hadoop to run directly against Google Cloud Storage instead of using the default, distributed file system. This results in lower storage costs, fewer data replication activities, and a simpler overall process.
-
Dart 1.1 Pushes Performance Even Further
The recently released Dart 1.1 comes with better performance for the dart2js compiler and improves support for the server-side development. The language itself is pretty much on hold.
-
YourKit Released the 2013 Version of its Profilers
For the recent 2013 version release of their Java Profiler, YourKit focused on improving its high level data collection features. The intention of the so called J2EE high level profiling is to get insight into the logical processing, rather than just providing timing information.
-
What’s New for Developers in Android 4.4 KitKat
Google has released Android 4.4 (KitKat) featuring: lower memory footprint, immersive mode, translucent styles, screen printing, several frameworks – printing, storage, transitions-, Chromium WebView.
-
Load Impact Adds Server-Side Metrics Collection to Cloud-Based Load Testing Tool
Load Impact – a leading SaaS performance testing provider based in Sweden – added a new capability that gives developers a more complete picture of their performance tests. Most cloud-based load testing tools only measure web application responses, but the new Server Metrics agent from Load Impact provide insight into what’s happening on the target servers themselves.
-
JRuby 9K Expected in 2014 Ready for Production
Charles Nutter, one of the lead developers of JRuby, announced the release of version 9000 (9K) in 2014. The new release targets the same feature set as Ruby MRI 2.0 and possibly 2.1 as well. Better performance, concurrency support and overall availability and portability provided by the use of the JVM can make this version suitable for production systems.
-
Performance Gurus Release jClarity Flagship Performance Monitoring Tool
London-based start-up jClarity announces the general availability of their flagship product for locating Java performance problems in both Cloud and Enterprise environments.
-
The Current and Future Performance of the Mobile Web
In a substantial, well-researched blog article, Drew Crawford lays out all the reasons why he believes mobile web applications are slow today and why he does not expect this dramatically improve in the near feature.
-
Memory and Native Code Performance
In a deep dive on performance, Eric Brumer explained why memory is often the most critical component. And while this session was on C++ development, much of what he said is applicable to managed code as well.
-
High Performance Immutable Arrays in .NET
In the newest drop of Immutable Collections for .NET we get ImmutableArray<T>, a faster alternative to ImmutableList<T> in read-only scenarios. Also, Jon Skeet offers some interesting performance trivia for arrays on the CLR.
-
Dart Has Entered Beta with Faster VM, Editor and dart2js
20 months after the initial announcement of Dart, the language and its associated VM have entered beta with milestone M5. There are many small improvements in the current release, the most important ones being related to the Editor, VM, and dart2js.