The Collatz Conjecture, also known as 3n + 1, is a mathematical problem that has puzzled mathematicians for years. The conjecture states that if you take any positive integer n, and if n is even, ...
Assigns 100,000 elements to an array.
Assigns 1,000 elements to an array.
Base64 is an encoding scheme used to encode binary data in an ASCII format. This benchmark measures the time taken to decode three strings from Base64: "Hello, World!", "The quick brown fox jumps o...
Base64 is an encoding scheme used to encode binary data in an ASCII format. This benchmark measures the time taken to encode three strings to Base64: "Hello, World!", "The quick brown fox jumps ove...
Performs a binary search through 25 sorted integers for the third, ninth, 13th, 16th, and 21st elements.
Bubble Sort is one of the simplest sorting algorithms that repeatedly swaps adjacent elements if they are incorrect. This benchmark measures the time it takes to sort an array of 50 unsorted number...
Benchmark the performance of the `cbrt` function, between 1 and 100,000.
Benchmark the performance of the `cbrt` function, between 1 and 1,000.
Programs that count to 100 million
Programs that count to 1 million
Performs an HTTP GET Request to a specified URL.
Performs an HTTP POST Request to a specified URL with "Hello World" as the request body.
Creats a list with 100 elements. List implementations are initialized to their default capacity.
Creats a list with 10,000 elements. List implementations are initialized to their default capacity.
Merge Sort is a sorting algorithm that divides-and-conquers by recursively dividing the array into two halves until each sub-array has only one element. This benchmark measures the time it takes to...
Benchmark the performance of the `pow` function, using decimal numbers.
Programs that iterate through powers of two up to 2^30, through repeated multiplication.
Programs that generate 1,000 random numbers.
Programs that generate 1,000,000 random numbers.
Benchmark the performance of the `sqrt` function, between 1 and 100,000.
Benchmark the performance of the `sqrt` function, between 1 and 1,000.