]> git.hungrycats.org Git - bees/commit
docs, bees.h: stop describing the deleted hash_prefetch thread
authorZygo Blaxell <bees@furryterror.org>
Sun, 23 Aug 2026 18:58:49 +0000 (14:58 -0400)
committerZygo Blaxell <bees@furryterror.org>
Sat, 5 Sep 2026 04:03:58 +0000 (00:03 -0400)
commite5bc17b361edbcb68acd4bcdef0dcf4d2f9a4578
tree70e2c2c878a92454b4cde755d22ea74a73237395
parent113850647e5df242ff4fe1be4a0922599aa6ba5f
docs, bees.h: stop describing the deleted hash_prefetch thread

Commit "hash: delete the prefetch thread; beesstats becomes a report"
deleted the prefetch thread and turned beesstats.txt into a report, but
three places still describe it as running: the BeesHashTable constructor
and start_threads() doc comments, which promise to start "writeback and
prefetch" threads when start_threads() now starts only the writeback
thread, and docs/wrong.md, which lists hash_prefetch in its example
thread dump and in the table of thread names of note.

An operator reading wrong.md to interpret a THREADS report would look
for a thread that cannot appear.

Assisted-by: Claude-Code:claude-opus-5
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
docs/wrong.md
src/bees.h