Skip to content

Data Locality pattern #559#889

Merged
iluwatar merged 5 commits into
iluwatar:masterfrom
ranjeet-floyd:ranjeet/data-locality-pattern
Sep 30, 2019
Merged

Data Locality pattern #559#889
iluwatar merged 5 commits into
iluwatar:masterfrom
ranjeet-floyd:ranjeet/data-locality-pattern

Conversation

@ranjeet-floyd
Copy link
Copy Markdown
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

Comment thread data-locality/pom.xml Outdated
@iluwatar iluwatar merged commit 6b297b7 into iluwatar:master Sep 30, 2019
@iluwatar
Copy link
Copy Markdown
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