This repository contains some simple benchmarking programs in D, Java, C and Go.
Calculate the natural logarithm of first 1 billion integers using multiple threads.
Calculate the natural logarithm of first 1 billion integers using a single thread (main thread).