Click here to Skip to main content
15,860,859 members
Articles / Programming Languages / C++

The Impossibly Fast C++ Delegates

Rate me:
Please Sign up or sign in to vote.
4.96/5 (67 votes)
17 Jul 2005MIT7 min read 385.1K   6.3K   186  
A implementation of a delegate library which can work faster than "the Fastest Possible C++ Delegates" and is completely compatible with the C++ Standard.

Revisions


  

Compare Revision Minor Date Status Editor
3 - publicly available Yes 20-Jan-21 3:41 Available Deeksha Shenoy
Updates in content.
2 No 20-Jan-21 3:23 Available Deeksha Shenoy
Updates in content. Changes: 192
1 No 17-Jul-05 19:14 Available Smitha Nishant

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Web Developer
Russian Federation Russian Federation
I'm MS in Math (with honor). I've been working as a software engineer in the Vessel Traffic System department since the year 2002.

I like the C++, riddle solving, travelling and sports. My daughter was born when I was participating in a rock climbing competition (4 Jul 2004). Also I took up kayaking and skydiving, but unfortunately now I have no time for it.

I have about 4 years experience in ACM ICPC (ICP contests). The best achievement is 18-th place in World Finals (2002).

Comments and Discussions