/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

adventofcode.ellakaye.co.uk
| | chapel-lang.org
3.3 parsecs away

Travel
| | A solution to day nine of AoC 2022, covering select-statements, arrays, and math functions
| | chrismcleod.dev
2.8 parsecs away

Travel
| | Chris McLeod is a software developer with over 20 years of experience. Sometimes he writes about it.
| | brandont.dev
0.9 parsecs away

Travel
| |
| | skiplang.com
25.5 parsecs away

Travel
| TL;DR: The runtime for the Skip programming language memoizes (caches) function return values. In addition to traditional memoization, it tracks dependencies on mutable state, such as database values, and automatically updates the memoization cache when values that affected a function's return value change. Multiversion concurrency control (MVCC) allows thousands of parallel tasks to use the cache without any global locks.