Remove 2017 Remove Benchmarking Remove Speed Remove Tuning
article thumbnail

The Speed of Time

Brendan Gregg

Measuring the speed of time Is there already a microbenchmark for os::javaTimeMillis()? I love short benchmarks like this as I can disassemble the resulting binary and ensure that the compiled instructions match my expectations, and the compiler hasen't messed with it. ## 6. Microbenchmark os::javaTimeMillis() on both systems.

Speed 126
article thumbnail

The Speed of Time

Brendan Gregg

Measuring the speed of time Is there already a microbenchmark for os::javaTimeMillis()? I love short benchmarks like this as I can disassemble the resulting binary and ensure that the compiled instructions match my expectations, and the compiler hasen't messed with it. ## 7. Microbenchmark os::javaTimeMillis() on both systems.

Speed 40
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

The Ultimate Guide to MySQL Partitions

Percona

This blog was originally published in July 2017 and was updated in August 2023. Each partition holds data that falls within a specific range, optimizing data handling and query speed. This helps identify potential issues and fine-tune the partitioning strategy. So, What is MySQL Partitioning? Additionally, MySQL 8.0

article thumbnail

World’s Top Web Performance Leaders To Watch

Rigor

list of those who are making a significant impact on speeding up the web today. Developers representing hundreds of companies work together at these meetups to become masters in performance metrics and the latest trends in measuring site speed.) We at Rigor respect many web performance leaders around the world. Rachel Andrew.

article thumbnail

Measuring The Performance Of Typefaces For Users (Part 1)

Smashing Magazine

Here are some examples: Neue Haas Grotesk (1956), Helvetica (1957), Arial (1982), Bau (2002), Akkurat (2004), Aktiv Grotesk (2010), Acumin (2015), Real (2015); Frutiger (1976), Myriad (1992), Monotype SST (2017), Squad (2018), Silta (2018); Collis (1993), Novel (2008), Elena (2010), Permian (2011), Lava (2013). Stay tuned!

article thumbnail

Making Windows Slower Part 1: File Access

Randon ASCII

This weeks’ blog post covers a technique you can use to make all file operations on Windows run at one tenth their normal speed (or slower), in a way that will be untraceable for most users! When you own all of the code then this may involve some back of the envelope estimates, competitive benchmarking, or intuition tuned by experience.