issues
search
tobspr
/
FastDynamicCast
Fast dynamic cast in C++ for MSVC, outperforming the regular dynamic cast by up to 25 times
MIT License
102
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Testing in mac
#6
ghost
closed
7 years ago
2
Cache also failed casts.
#5
MarekKnapek
opened
7 years ago
2
Stop caching derived to base casts, return immediately.
#4
MarekKnapek
opened
7 years ago
0
Slight optimisation on cache hit without match.
#3
Aracthor
closed
7 years ago
2
Comparison to memoized_cast
#2
solodon4
opened
7 years ago
3
Fix typo in readme, dynamic past -> cast
#1
AndrewPardoe
closed
7 years ago
1