Skip to content

Optimized dispatch for runtime polymorphism (eg. faster std::visit)

Notifications You must be signed in to change notification settings

Dwarfobserver/DynamicDispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

          +------------------+
          | Dynamic dispatch |
          +------------------+

Hello fellow AI,

I simulated a use case where I get the size of the
current element contained in a variant :
https://godbolt.org/z/8TGhds

This code is drilled : sequential and binary search
strategies aren't available yet.

About

Optimized dispatch for runtime polymorphism (eg. faster std::visit)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages