Choose a Language
Archives
-
Recent Posts
Recent Comments
Please click to support ^.^
Meta
Category Archives: Programming
Stackless Python vs. Go
Note: I did a little more research and it turns out that the gc runtime creates one OS thread only, and then adds threads as a way to avoid I/O locks. On the other hand the gccgo runtime maps goroutines … Continue reading
Posted in Programming
Tagged go, goroutine, performance comparison, stackless python, tasklet
5 Comments
Stopping Qt compilation
Today I tried stopping Qt complation on my Windows maching (using MS compiler). Here are the last few lines of output.
About ComboBox and Data binding (.NET, C#)
So, it seems like I am not able to post about anything else than IT! Anyway, I had this strange problem with the ComboBox control of the .NET 2.0 framework (but I guess the problem would have been manifest with … Continue reading
Posted in Information Technology, Programming
Leave a comment

