Packet Switching vs Message Switching
How do we get the best performance in sending information over the internet? What is packet switching and how can it help?
31 January 2022
How do we get the best performance in sending information over the internet? What is packet switching and how can it help?
The way that the operating system decides which processes to run and when is a complicated process known as scheduling. This is how it works.
Lists are the most basic data structure in OCaml. The most analoguous structure is a vector in C++ or Rust. Lists are homogenous and of arbitrary length.
Besides electrical charge and field, there's another force that is relevant to electricity: electric potential.
A function takes arguments, performs operations using them, and returns a value. In OCaml, we can write functions like so