|
You are here |
adventofcode.ellakaye.co.uk | ||
| | | | |
chapel-lang.org
|
|
| | | | | A solution to day nine of AoC 2022, covering select-statements, arrays, and math functions | |
| | | | |
chrismcleod.dev
|
|
| | | | | Chris McLeod is a software developer with over 20 years of experience. Sometimes he writes about it. | |
| | | | |
brandont.dev
|
|
| | | | | ||
| | | | |
skiplang.com
|
|
| | | 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. | ||