Jonathan Beard

Results 13 issues of 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: ![screen shot 2016-08-22 at 11 32 53 am](https://cloud.githubusercontent.com/assets/1173230/17862746/32e3a0d8-685c-11e6-964f-6c81db131128.png) 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;...

enhancement