|
...where each struct is defined, like: scope auto f1 = Fib(_value - 1); But of course the timing is the same, it... "stdio.h"
#define N 28
class Fib {
private:
int _value;
public:
Fib(int n) { _value = n; }
int value() {
if (_value value();
delete(x);
}
printf("tot: %d\n", tot);
return 0...io.Stdout: Stdout;
const int N = 28;
class Fib {
private int _value;
this(int n) { _value = n;...
Tags:
programming
benchmark
d language
c++

http://leonardo-m.livejournal.com/76547.html
(Cached)
0 links
Published: 5 months, 1 week ago (Mon, 09 Feb 2009 05:02:09 PST); 16 Kb
|