Tagged in

Programming

cat /dev/urandom
cat /dev/urandom
uniformly random musing of somewhat randomly distributed people
More information
Followers
8
More, on Medium

Simplifying Parallel Applications for C++, An Example Parallel Bzip2 using RaftLib with Performance Comparison

We spend way to much time building bits and pieces to put together parallel programs. How much time do we (the programmer) spend putting…


Streaming with RaftLib

So I got bored and built a streaming run-time for C++. Well, not quite, I built one so I could do my thesis on mathematical modeling of streaming systems. Then again, that’s not entirely true either. I hate the state of parallel programming as it sits today. There are dozens of…