Skip to main content

Command Palette

Search for a command to run...

Micro-optimizations #0

The Prequel

Published
1 min read
Micro-optimizations #0
M

A fond believer in learning by doing. Loves to try out new languages in the world of computing

Want to optimize your JS-code(s)? Welp, I've got you covered! https://hasty.dev 🧑‍💻

Want to tweet your commits? https://gitbird.dev 🐦 It's dead I think, honestly, I haven't been keeping up with the death of the blue-bird-site 🤐

Prequel

On the 27th of October, I started a new - launched - a new project. This is a project about one thing, and one thing only. Namely benchmarking code.

As for now, it's only available in JavaScript, but I might be on to adding another.

I realized that this tool was best for micro-benchmarking as everthing is on one line only. This has been fixed in the later releases of hasty.dev - which is the name of the project and also the url.

Though, in this series I'll be working with micro-optimizations of JS.

Not much else to say in this post.


{ Best, Mads Bram Cordes }

Micro-optimizations

Part 3 of 4

Which is faster? In this series I'll explore a few patterns in programming to try and figure which are faster and/or better to use - in the need for speed.

Up next

Micro-optimizations #1

Spread and Numbers