madco

madco

Follow
homeProjectsTreesHastybadgesnewsletter
Tag

Benchmark

#benchmark

More content

Read more stories on Hashnode


Articles with this tag

All about the Bubble Sorting Algorithm

Mar 15, 20221 min read 225 views

Micro-optimizations #3 · Bubble Sort What The Bubble Sort is - of cause - an sorting algorithm. It's a simple one of it's kind, as you'll later see. If...

All about the Bubble Sorting Algorithm

Micro-optimizations #2

Mar 15, 20222 min read 203 views

Sorting Algorithms - Short · Sorting Algorithms If you have ever studied the field of Computer Science [CompSci], you might have heard about the...

Micro-optimizations #2

Pages are like Notebooks

Mar 11, 20222 min read 236 views

The Idea I've for a while have been tinkering with what I think JavaScript'ers have been missing - namely a way to make Jupyter-like notebooks! So I...

Pages are like Notebooks

Micro-optimizations #0

Nov 18, 20211 min read 303 views

The Prequel · 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...

Micro-optimizations #0

Micro-optimizations #1

Nov 17, 20213 min read 345 views

Spread and Numbers · Spread The love, and arguebly one of my favourites, things of ES6 is the Spread-operator. This has made my work so much easier....

Micro-optimizations #1