Skip to content

C++14 template switch-case with O(1) jump table or O(logN) binary search or O(N) linear search

License

Notifications You must be signed in to change notification settings

geotz/template_switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

template_switch

C++14 template switch-case with O(1) jump table or O(logN) binary search or O(N) linear search

About

C++14 template switch-case with O(1) jump table or O(logN) binary search or O(N) linear search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages