Mathias Baumann
Results
2
issues of
Mathias Baumann
Using mmap we can greatly simplify our ring buffer implementation. Basically, we can get rid of all the extra logic required at the wrap-around position. Mmap allows us to remap...
type-enhancement
Often a class for a module might be documented in the module comment/header and the class itself has no actual documentation header. However it's members do have documentation, yet the...