Skip to content

Commit

Permalink
Correct a minor mistake in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko authored Mar 24, 2020
1 parent e2cd74e commit bd93277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ interested readers are advised to consult with the referred publications.
Following some of the ideas expressed in the discussion about memory caching in real-time systems in [Herter 2014],
this implementation takes caching-related issues into consideration.
The Half-Fit algorithm itself is inherently optimized to minimize the number of random memory accesses.
Furthermore, the allocation strategy favors least recently used memory fragments
Furthermore, the allocation strategy favors most recently used memory fragments
to minimize cache misses in the application.

### Implementation
Expand Down

0 comments on commit bd93277

Please sign in to comment.