Syntactic icon indicating copy to clipboard operation
Syntactic copied to clipboard

Optimize memory access for distance calculation

Open OmerShapira opened this issue 14 years ago • 0 comments

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.

OmerShapira avatar Dec 12 '11 13:12 OmerShapira