Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Hashes: JavaString, DJB2, Cyr53

Compares different hash functions in javascript Cyrb53 - see https://github.com/bryc/code/blob/master/jshash/experimental/cyrb53.js

Vanilla JS VS JQuery DOM add/remove class performance

Vanilla JS VS JQuery DOM performance when adding/removing classes

chunk test

No description provided

JS Object Cloning - Lots of Different Methods

No description provided

!!number vs (number !== 0)

No description provided

Array check key

No description provided

Get and set in typed array vs simple array

No description provided

LinearSearch vs BinarySearch

No description provided

split string by newlines (fixed)

Fastest way to split a string by newlines

indexOf vs search 3

String searching

indexOf vs search 2

String searching

indexOf vs search

String searching

Decode colors as string (3)

Compares using split colors into an array at begin vs. extract the color by sub-string.

Decode colors as string (2)

Compares using split colors into an array at begin vs. extract the color by sub-string.

for vs foreach vs some vs for..of fixed

Compare loop performance

Fastest difference between multiple sets

No description provided

Uint8Array vs Uint8ClampedArray - more numbers

No description provided

object-hash md5 vs JSON.stringify

No description provided

newing objects vs calculation2

No description provided

fibonacci Recursive vs Memoization

No description provided

literals vs classes

No description provided

Error stack overhead

No description provided

clientHeight vs offsetHeight vs getBoundingClientRect height only

No description provided

array includes lodash vs vanilla JS

No description provided

FAST CEIL

No description provided