Skip to content

Conversation

ranjeet-floyd
Copy link
Contributor

Pull request title

  • Implemented Game Programming/Optimisation Data Locality Patterns
  • Modern CPUs have caches to speed up memory access. These can access memory adjacent to recently accessed memory much quicker. Take advantage of that to improve performance by increasing data locality — keeping data in contiguous memory in the order that you process it.

Pull request description

@iluwatar iluwatar merged commit 6b297b7 into iluwatar:master Sep 30, 2019
@iluwatar
Copy link
Owner

Thanks @ranjeet-floyd for the new pattern!

@iluwatar iluwatar added this to the 1.22.0 milestone Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants