Update 2023-08-24-multidim-arrays.md

This commit is contained in:
Sander Hautvast 2024-04-10 17:59:36 +02:00 committed by GitHub
parent e79d3f65ad
commit a2f4d521a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```
<div style="text-align: right"></div>
<div style="text-align: right"></div>