binary-heap-benchmark
binary-heap-benchmark copied to clipboard
Collection of binary heap sort implementation for many languages, primary to compare performance between languages
# Zig version Zig is a general-purpose programming language designed for performance, safety, and maintainability. It was created by Andrew Kelley in 2015 as an alternative to C and C++,...
I saw a thread on `julia` at https://codeforces.com/blog/entry/79 and wanted to help out. This code is a slightly modified copy&paste of `python3` version. The biggest difference is `julia`'s 1-based indexing....
Hi, @MikeMirzayanov, @gsingh93, @Wizmann, @glamcoder! Me and [some folks](https://codeforces.com/blog/entry/102006) on Codeforces would love to see `V` language support! That's why, I made a binary heap benchmark for `V` [here](https://github.com/br4ch1st0chr0n3/vforces#binary-heap-benchmark). On...
This speeds JavaScript performance up to 1330ms and cuts memory usage by a factor of three.