Syntactic
Syntactic copied to clipboard
Optimize memory access for distance calculation
Memory access is currently based on getters and setters. Change this to methods easier on the VM.
My best guess so far is running a comparison on entire arrays. I need someone who's familiar with processor caching to do this.