[java-dev] Re: Performance differences between Windows & Mac OS Jit/Java
Peter Castine
pcastine at gmx.net
Wed Jan 23 04:06:16 MST 2008
- Previous message: [java-dev] Performance differences between Windows & Mac OS Jit/Java
- Next message: [java-dev] Re: Performance differences between Windows & Mac OS Jit/Java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks, guys, for the feedback. Some examination last night turned up another bottleneck... I was using the very convenient JitterMatrix.getcell2dInt(), but the copyMatrixToArray() methods appear to be a lot more efficient. After thinking about it a bit I'm feeling a little stoopid for having chosen the cell-by-cell approach at all, but just based on the docs it's not immediately obvious that the one approach would be more efficient than the other. -- P. -- Peter Castine -- Peter is in dire need of a new Facebook tagline. Not to mention a new .sig
- Previous message: [java-dev] Performance differences between Windows & Mac OS Jit/Java
- Next message: [java-dev] Re: Performance differences between Windows & Mac OS Jit/Java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
