/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

hjr265.me
| | antonz.org
2.3 parsecs away

Travel
| | Limiting the concurrency and waiting for the peers.
| | timilearning.com
1.2 parsecs away

Travel
| | This post will contain some examples of good and bad Go code, using them to show common mistakes that can be made when starting to build concurrent programs, and how those can be corrected. It will cover goroutines, mutexes, condition variables, and channels.
| | rmoff.net
2.7 parsecs away

Travel
| | [AI summary] The author shares rough notes on implementing a concurrent web crawler in Golang, explaining the use of mutexes and WaitGroups to manage shared state.
| | vmx.cx
28.6 parsecs away

Travel
| [AI summary] The author discusses creating a WASM binary with multi-value returns using Rust, overcoming challenges with tooling and FFI safety issues.