Aryadev Chavali fabd593eff main: threaded simulation
The actual computation is embarrassingly parallelised - the only part
that requires a mutex is the picking of any two programs due to the
fact that both programs may be affected following a compute block.
This is why we do a uniqueness check in thread_pick.
2026-03-10 22:19:34 +00:00
2026-03-10 21:03:13 +00:00
2026-03-10 22:19:34 +00:00
2026-03-09 07:18:48 +00:00
2026-03-10 21:20:25 +00:00
2026-03-10 21:20:25 +00:00
2026-03-09 07:18:48 +00:00
2026-03-09 07:18:48 +00:00

┌───────────────────────────────────────────────┐
│   ____                      _     _  __       │
│  / ___|___  _ __ ___  _ __ | |   (_)/ _| ___  │
│ | |   / _ \| '_ ` _ \| '_ \| |   | | |_ / _ \ │
│ | |__| (_) | | | | | | |_) | |___| |  _|  __/ │
│  \____\___/|_| |_| |_| .__/|_____|_|_|  \___| │
│                      |_|                      │
└───────────────────────────────────────────────┘

Computation Life where life is a Brainfuck program.
Description
No description provided
Readme GPL-2.0 2.1 MiB
Languages
C 98.7%
Shell 1.3%