Humble benchmark (fisher's exact test)

max haughton maxhaton at gmail.com
Sat Aug 14 14:29:16 UTC 2021


On Saturday, 14 August 2021 at 02:19:02 UTC, Ki Rill wrote:
> It's a simple benchmark examining:
> * execution time (sec)
> * memory consumption (kb)
> * binary size (kb)
> * conciseness of a programming language (lines of code)
>
> [Link](https://github.com/rillki/humble-benchmarks/tree/main/fishers-exact-test)

If anyone is wondering why the GDC results look a bit weird: It's 
because GDC doesn't actually inline unless you compile with LTO 
or enable whole program optimization (The rationale is due to the 
interaction of linking with templates).

https://godbolt.org/z/Gj8hMjEch play with removing the 
'-fwhole-program' flag on that link.


More information about the Digitalmars-d mailing list