- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
@specialized stats?
Tue, 2010-10-12, 14:30
Hey all,
I was just wondering if there were any performance metrics around
@specilized for certain operations that people were willing to share?
Cheers, Tim
Tue, 2010-10-12, 17:27
#2
Re: @specialized stats?
Well, you can guess how much specialization helps by looking at
http://scala-programming-language.1934581.n4.nabble.com/Super-slow-for-comprehension-when-emulating-basic-for-loop-about-200k-iterations-second-td2341027i40.html#a2341383
among other things. At the time of that posting, Range was specialized and Array for was not, as I recall.
But specialization has been improving and changing over the last few months, so I don't have a current set of benchmarks; I tend to add it and test on a case-by-case basis in my own code.
--Rex
On Tue, Oct 12, 2010 at 10:14 AM, christopher marshall <oxbow_lakes@hotmail.com> wrote:
http://scala-programming-language.1934581.n4.nabble.com/Super-slow-for-comprehension-when-emulating-basic-for-loop-about-200k-iterations-second-td2341027i40.html#a2341383
among other things. At the time of that posting, Range was specialized and Array for was not, as I recall.
But specialization has been improving and changing over the last few months, so I don't have a current set of benchmarks; I tend to add it and test on a case-by-case basis in my own code.
--Rex
On Tue, Oct 12, 2010 at 10:14 AM, christopher marshall <oxbow_lakes@hotmail.com> wrote:
I think Rex posted some a while back. I can only find this for now but I'm sure he posted a more detailed breakdown:
http://scala-programming-language.1934581.n4.nabble.com/Try-out-specialized-Function1-Function2-in-2-8-0-RC1-td1957121.html
> Date: Tue, 12 Oct 2010 14:30:12 +0100
> Subject: [scala-user] @specialized stats?
> From: tperrett@googlemail.com
> To: scala-user@listes.epfl.ch
>
> Hey all,
>
> I was just wondering if there were any performance metrics around
> @specilized for certain operations that people were willing to share?
>
> Cheers, Tim
Tue, 2010-10-12, 17:57
#3
Re: @specialized stats?
On Tue, Oct 12, 2010 at 02:30:12PM +0100, Tim Perrett wrote:
> I was just wondering if there were any performance metrics around
> @specilized for certain operations that people were willing to share?
There are some dramatic numbers of interest in my opening message here:
Tue, 2010-10-12, 20:07
#4
Re: @specialized stats?
Thanks Paul - interesting reading.
On 12 October 2010 17:47, Paul Phillips wrote:
> On Tue, Oct 12, 2010 at 02:30:12PM +0100, Tim Perrett wrote:
>> I was just wondering if there were any performance metrics around
>> @specilized for certain operations that people were willing to share?
>
> There are some dramatic numbers of interest in my opening message here:
>
> http://www.scala-lang.org/node/7664
>
> --
> Paul Phillips | We act as though comfort and luxury were the chief
> Analgesic | requirements of life, when all that we need to make us
> Empiricist | really happy is something to be enthusiastic about.
> ha! spill, pupil | -- Charles Kingsley
>
http://scala-programming-language.1934581.n4.nabble.com/Try-out-specialized-Function1-Function2-in-2-8-0-RC1-td1957121.html
> Date: Tue, 12 Oct 2010 14:30:12 +0100
> Subject: [scala-user] @specialized stats?
> From: tperrett@googlemail.com
> To: scala-user@listes.epfl.ch
>
> Hey all,
>
> I was just wondering if there were any performance metrics around
> @specilized for certain operations that people were willing to share?
>
> Cheers, Tim