Posts Tagged ‘thesis’
Monday, April 12th, 2010
Dear world.
I graduated. My thesis defense went well and I’m no longer a student. Just thought I’d let you know
So what happens now? No clue, but I suppose it involves finding a job.
Tags: thesis
Posted in Uncategorized | 5 Comments »
Wednesday, April 7th, 2010
The end is nigh.
On monday the 12th of April, I’m going to defend my master’s thesis. If you’re in the area, and are geeky enough to find it interesting, feel free to drop by.
(more…)
Tags: thesis
Posted in Meanwhile, Programming | 1 Comment »
Saturday, April 3rd, 2010
Just over a month ago, I handed in my Masters Thesis. All that’s left now is an oral defense of it one of the next weeks. So what happens then? I suppose I should find a job. A few people have asked if I am going to do a PhD, but I don’t think so. I think I’ve had enough of academia for now. It was fun while it lasted, but I think it’s time to try something different.
(more…)
Tags: thesis
Posted in Games, Meanwhile, Programming | 2 Comments »
Tuesday, December 15th, 2009
Ouch. These last few days, I’ve been fixing a few lingering bugs in my STM system, and last night, I finally nailed them. Specifically, it is now possible to open variables within a transaction as read-only. An obvious optimization, right? At least that’s the idea. Less work is required by the STM system if we can trust that the variable isn’t modified by this transaction.
(more…)
Tags: c++, performance, stm, thesis, transactional-memory
Posted in Programming | No Comments »
Monday, November 30th, 2009
As promised yesterday, I’d like to show off a few bits of my STM library. Of course it’s far from done, and is still missing several key features, but the core library is in pretty good shape. So as they say on the internets, “my STM library, let me show you it” (more…)
Tags: c++, stm, thesis, transactional-memory
Posted in Programming | 2 Comments »
Sunday, November 29th, 2009
We’ve more or less settled in our new apartment, and we’ve got internet… sort of! (more…)
Tags: stm, thesis, transactional-memory
Posted in Meanwhile, Programming | No Comments »
Saturday, October 3rd, 2009
By now, I’ve read an awful lot of papers about STM systems, and certain trends are really starting to stand out, not so much in terms of the algorithms used or the clever schemes invented to make transactions appear atomic, but in how they interface with the actual language.
It has really underlined to me just how deeply entrenched most Java, C and C++ programmers are in the imperative mindset.
(more…)
Tags: c++, functional, imperative, stm, thesis, transactional-memory
Posted in Programming | 2 Comments »
Saturday, September 26th, 2009
As I mentioned a few weeks ago, I’m writing my master’s thesis on software transactional memory (STM).
Of course it is still early in the process, and while I’ve got some ideas for my implementation, and have started prototyping parts of it, most of the time has been spent catching up on all the existing work in the field.
Little did I know when I accepted the subject that there’d been written that many papers about it over the last decade. Phew… A commenter asked me for the references I found useful, so here’s an incomplete list: (more…)
Tags: diku, stm, thesis, transactional-memory
Posted in Programming | 4 Comments »
Saturday, August 29th, 2009
Been a bit quiet on the blog front lately. I’ve been busy getting my master’s thesis off the ground.
But now it is official. (more…)
Tags: diku, stm, thesis
Posted in Programming | 3 Comments »
Tuesday, July 28th, 2009
Finally, after too many years studying at DIKU, I’m about to start on my master’s thesis. That feels weird.
But I’m still not sure what I want to write about. I’ve got a few ideas, mainly by asking some of the professors I might want as advisors if they had any interesting projects lying around.
(more…)
Tags: c++, cell, compiler, diku, shaders, stl, thesis
Posted in Programming | 2 Comments »