Skip to content

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

License

Notifications You must be signed in to change notification settings

BinaryTrees/BinaryTreesBenchmarkD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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