PreviousNext

Reviewing FASTER: Digging into the C++ impl

by bill-s, 2018-09-04T02:45:05.713Z

After going over the paper and the managed implementation, I’m ready to start with the C++ implementation. I have higher hopes for this code. As I started browsing the C++ code, it occurred to me that the way the C#’s implementation handles dynamic code generation is pretty much how templates in C++ work. I wonder if this was the trigger for that.

Read More