An open API service indexing awesome lists of open source software.

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

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
```