Hi all,
I want to measure Compiler performance in different C++ abstraction levels
on several architectures. I am writing my own benchmark code, implementing
the main algorithm I use in my program in different abstraction levels.
Now I would like to compare my performance results to a commonly known C++
abstraction benchmark. I think the Stepanov Benchmark would do it, but I
can't find it on the web (http://www.kai.com/benchmarks/stepanov/)?
Does anyone knows where I can find it? Are there other benchmarks
available dealing with C++ abstraction?
Thanks in advance
I want to measure Compiler performance in different C++ abstraction levels
on several architectures. I am writing my own benchmark code, implementing
the main algorithm I use in my program in different abstraction levels.
Now I would like to compare my performance results to a commonly known C++
abstraction benchmark. I think the Stepanov Benchmark would do it, but I
can't find it on the web (http://www.kai.com/benchmarks/stepanov/)?
Does anyone knows where I can find it? Are there other benchmarks
available dealing with C++ abstraction?
Thanks in advance
Comment