https://github.com/sysprog21/prefetcher
Evaluate the effects of prefetching
https://github.com/sysprog21/prefetcher
Last synced: 4 months ago
JSON representation
Evaluate the effects of prefetching
- Host: GitHub
- URL: https://github.com/sysprog21/prefetcher
- Owner: sysprog21
- License: other
- Created: 2017-03-10T07:01:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T11:00:28.000Z (about 8 years ago)
- Last Synced: 2025-05-08T23:54:16.797Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 62
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
Purpose
=======
Evaluate the effects of prefetching.
Reference matrix transpose results on Intel Core(TM) i5-3320M CPU @ 2.60GHz:
```
sse prefetch: 55554 us
sse: 113594 us
naive: 222115 us
```