vault backup: 2025-03-25 11:53:54
All checks were successful
Update pages on webserver / Update (push) Successful in 6s

This commit is contained in:
themodernhakr 2025-03-25 11:53:54 -05:00
parent 3282c02bcc
commit a994168436
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Minecraft Datapacking/When Two Macros are Faster Than One.md", "file": "Minecraft Datapacking/When Two Macros are Faster Than One.md",
"mode": "source", "mode": "preview",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
@ -181,9 +181,9 @@
}, },
"active": "246e3fe4155bbefd", "active": "246e3fe4155bbefd",
"lastOpenFiles": [ "lastOpenFiles": [
"Minecraft Datapacking/When Two Macros are Faster Than One.md",
"Minecraft Server Administration/Tips for Minecraft Server Administration.md", "Minecraft Server Administration/Tips for Minecraft Server Administration.md",
"Minecraft Server Administration/index.md", "Minecraft Server Administration/index.md",
"Minecraft Datapacking/When Two Macros are Faster Than One.md",
"Minecraft Datapacking/Arrays", "Minecraft Datapacking/Arrays",
"Minecraft Datapacking", "Minecraft Datapacking",
"index.md", "index.md",

View File

@ -1,6 +1,7 @@
--- ---
title: when two macros are faster than one title: when two macros are faster than one
draft: "false" draft: "false"
published: 2025-03-25
--- ---
While working on my Database datapack (still WIP), I knew I'd want to find the most efficient way to dynamically access dynamically populated arrays. I had some ideas and decided to benchmark them using [Kragast's Benchmark Datapack](https://www.planetminecraft.com/data-pack/benchmark-6443027/). This process was really illuminating to me, and I hope it will be for you as well. Thanks for all the help from **PuckiSilver**, **amandin**, and **Nicoder**. While working on my Database datapack (still WIP), I knew I'd want to find the most efficient way to dynamically access dynamically populated arrays. I had some ideas and decided to benchmark them using [Kragast's Benchmark Datapack](https://www.planetminecraft.com/data-pack/benchmark-6443027/). This process was really illuminating to me, and I hope it will be for you as well. Thanks for all the help from **PuckiSilver**, **amandin**, and **Nicoder**.