From a2f4d521a93607afba48455b5abe712919f10038 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Wed, 10 Apr 2024 17:59:36 +0200 Subject: [PATCH] Update 2023-08-24-multidim-arrays.md --- _posts/2023-08-24-multidim-arrays.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2023-08-24-multidim-arrays.md b/_posts/2023-08-24-multidim-arrays.md index fcd17b8..566c15f 100644 --- a/_posts/2023-08-24-multidim-arrays.md +++ b/_posts/2023-08-24-multidim-arrays.md @@ -4,8 +4,8 @@ title: "The quirks and performance of java arrays" author: sander.hautvast categories: [java, performance] beforetoc: "FOO" -featured: true -hidden: false +featured: false +hidden: true lang: en --- Why a blog about the performance of arrays in java? They are old-school. Does anyone really need them? @@ -173,4 +173,4 @@ mvn clean package java -Djmh.blackhole.mode=COMPILER -jar target/benchmark.jar ``` -
\ No newline at end of file +