Skip to content

Binary search cache-oblivious optimizations

Notifications You must be signed in to change notification settings

gragonvlad/hw4-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache-oblivious optimizations of binary search

Branch-free search

Prefetch optimization

Sqrt-optimization

VEB layout

Look-Up Tables

And some combinations Best: branch-free prefetch sqrt optimization - sqrt + prefetch on first step, branch-free + prefetch on second step, best match when all the data fits into cache-line.

About

Binary search cache-oblivious optimizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages