- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Fwd: Scaling problems for Array.slice on large arrays
Sat, 2009-01-24, 13:00
---------- Forwarded message ----------
From: Dimitris Andreou <jim.andreou@gmail.com>
Date: Sat, Jan 24, 2009 at 11:39 AM
Subject: Re: [scala-user] Scaling problems for Array.slice on large arrays
To: Trond Olsen <tolsen77@gmail.com>
But slice() doesn't do anything, doesn't it just return a projection?
O/H Trond Olsen έγραψε:
From: Dimitris Andreou <jim.andreou@gmail.com>
Date: Sat, Jan 24, 2009 at 11:39 AM
Subject: Re: [scala-user] Scaling problems for Array.slice on large arrays
To: Trond Olsen <tolsen77@gmail.com>
But slice() doesn't do anything, doesn't it just return a projection?
O/H Trond Olsen έγραψε:
I've been using Array[Byte] for storing images and using Array.slice to clone them, but noticed apperant delays in my program whenever I used it.