BinaryTrees / BinaryTreesBenchmarkCPP

This is a C++ port of my D port of my Free Pascal "Binary Trees" benchmark implementation, written out of curiosity to see how they compare.

Repository from Github https://github.comBinaryTrees/BinaryTreesBenchmarkCPPRepository from Github https://github.comBinaryTrees/BinaryTreesBenchmarkCPP

Build Status

This is a C++ port of my D port of my Free Pascal "Binary Trees" benchmark implementation, written out of curiosity to see how they compare.

Recommended command line for building and running this:

make build
time ./binarytrees 21

About

This is a C++ port of my D port of my Free Pascal "Binary Trees" benchmark implementation, written out of curiosity to see how they compare.

License:MIT License


Languages

Language:C++ 84.5%Language:Shell 12.5%Language:Makefile 3.0%