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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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%