Re: To increase speed on manipulating big arrays in Java with minimal bounds checking, ...
- From: Thomas Hawtin <usenet@xxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 13:20:39 +0100
Casey Hawthorne wrote:
To increase speed on manipulating big arrays in Java with minimal bounds checking, would it be possible to have some operators that only do bounds checking at the boundaries of the array?
A good runtime will pull bounds checking out of inner loops.
This sort of low level optimisation is not something to be concerned about.
Tom Hawtin -- Unemployed English Java programmer http://jroller.com/page/tackline/ .
- Follow-Ups:
- References:
- To increase speed on manipulating big arrays in Java with minimal bounds checking, ...
- From: Casey Hawthorne
- To increase speed on manipulating big arrays in Java with minimal bounds checking, ...
- Prev by Date: Re: Method chaining with generics
- Next by Date: Re: HttpUtils.getRequestURL()
- Previous by thread: Re: To increase speed on manipulating big arrays in Java with minimal bounds checking, ...
- Next by thread: Re: To increase speed on manipulating big arrays in Java with minimal bounds checking, ...
- Index(es):
Relevant Pages
|