Jonathan Beard
Jonathan Beard
In the RaftLib C++Now tutorial (full slide deck here: http://www.jonathanbeard.io/pdf/cppnow2016.pdf) I proposed this syntax for partitioning a VM space:  Seems intuitive at...
Self explanatory. There's a prototype that was built in the course of my thesis....but I need to make sure that it is extensible. Far too often I find code unreadable,...
I want to make building complex topologies simpler than it currently is. Specifically, I want to be able to do something like the following: ``` cpp raft::map m; raft::kernel src,dst;...