BinaryTrees / BinaryTreesBenchmarkD

A port to D of my Free Pascal "Binary Trees" benchmark implementation, initially written as a self-learning exercise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

A port to D of my Free Pascal "Binary Trees" benchmark implementation, initially written as a self-learning exercise.

Recommended command line for building and running this:

dub build --build=release-nobounds
cd ./bin
time ./binarytrees_benchmark 21

About

A port to D of my Free Pascal "Binary Trees" benchmark implementation, initially written as a self-learning exercise.

License:MIT License


Languages

Language:D 98.3%Language:Shell 1.7%