Explore >> Select a destination


You are here

noteflakes.com
| | nikgrozev.com
4.8 parsecs away

Travel
| | Most software engineers know about operating system (OS) level processes and threads. They are taught in all university OS courses. However, newer concepts p...
| | www.codeotaku.com
3.0 parsecs away

Travel
| | [AI summary] The post presents a final report on implementing a lightweight per-thread fiber scheduler in Ruby to improve concurrency and parallelism while minimizing changes to existing code.
| | byroot.github.io
4.1 parsecs away

Travel
| | I want to write a post about Pitchfork, explaining where it comes from, why it is like it is, and how I see its future. But before I can get to that, I think I need to explain a few things, namely why in many circles fork is seen as a relic of the past, if not outright the devil's creation. And yet, it's ubiquitous in the Ruby ecosystem.
| | ncona.com
25.3 parsecs away

Travel
| In this article we are going to learn what is concurrency in computer systems. To understand it better, we'll see what are the problems that occur when there is concurrency and what are some ways to prevent those problems. What is concurrency? Concurrency referes to the ability of a computer system to do different things at the same time. We see concurrency in action in our computers when there are multiple programs executing at the same time. We can be playing some music in our computer and at the same ...