Skip to content

Instantly share code, notes, and snippets.

View teodutu's full-sized avatar

Teodor Dutu teodutu

  • University POLITEHNICA of Bucharest (@cs-pub-ro)
  • Bucharest, Romania
View GitHub Profile
module benchmark_d_arrayctor;
import std.stdio : writeln;
import std.datetime.stopwatch : benchmark;
import std.math : sqrt;
import std.algorithm : reduce;
template GenStruct(string Size, string Var, string Buf)
{