InfoQ Homepage Benchmark Content on InfoQ
Presentations
RSS Feed-
Posted by
Dave Syer
on
Mar 27, 2019
How Fast is Spring?
Dave Syer attempts to show, with the help of benchmarks, that the Spring Framework is not as slow as some say, and why some apps might have a longer start time.
on Mar 27, 2019Icon01:15:10 -
Posted by
Ioannis Papapanagiotou
on
Jan 17, 2018
NDBench: Benchmarking Microservices at Scale
Vinay Chella and Ioannis Papapanagiotou discuss Netflix's Cloud benchmark system, how it was integrated with their release cycle, showcasing how multiple instances can be monitored from a single UI.
on Jan 17, 2018Icon54:41 -
Posted by
Dave Cheney
on
Jan 03, 2018
Go Programming Language
Dave Cheney discusses the Go language: writing and interpreting benchmarks, using performance tools built into the Go runtime, GC and writing GC-friendly code.
on Jan 03, 2018Icon51:53 -
Posted by
Hollin Wilkins
on
Dec 04, 2016
MLeap: Release Spark ML Models
Hollin Wilkins discusses the reasons behind MLeap, outes the programming time saved by using it, shows benchmarks of several online models, and provides a demo and examples of using it in practice.
on Dec 04, 2016Icon34:13 -
Posted by
Ben Evans
on
Nov 13, 2016
Micro-Benchmarking in Java
Ben Evans and Jim Gough introduce JMH, explaining how to use it and what is happening behind the scenes to make a benchmark as accurate as possible, and how to interpret the results.
Icon01:08:04 -
Posted by
Alex Blewitt
on
Sep 17, 2016
HotSpot under the Hood
Alex Blewitt presents how HotSpot represents Java objects in memory, how bytecode is compiled into native code to gain the fastest execution time, and how data structures have changed over time.
on Sep 17, 2016Icon54:41 -
Posted by
Alexander Lavin
on
Jun 01, 2016
Detecting Anomalies in Streaming Data, Evaluating Algorithms for Real-World Use
Alexander Lavin introduces the Numenta Anomaly Benchmark (NAB), a framework for evaluating anomaly detection algorithms on streaming data.
on Jun 01, 2016Icon32:32 -
Posted by
Cliff Click
on
Mar 27, 2016
Java vs. C Performance
Cliff Click takes a look at Java vs C performance. He discusses both languages' strong and weak points and the programming context surrounding language choices.
on Mar 27, 2016Icon48:38 -
Posted by
Reid Draper
on
Mar 20, 2015
Programming and Testing a Distributed Database
Reid Draper shows how real world distributed database work, communicate and are tested, trading RPC for messaging, unit-tests for QuickCheck, and micro-benchmarks for multi-week stress tests.
on Mar 20, 2015Icon33:44