Post #1111172
2026-04-10 14:21 UTC
Currently testing a couple of Claude-inspired improvements to bmake and mksh, providing a decent speedup on macOS.
https://github.com/TritonDataCenter/pkgsrc/commit/2fb7d262707d40aa1db31599eaf9c0b952d15bd4
https://github.com/TritonDataCenter/pkgsrc/commit/3bd175884bb65350b24f442f8e3e9fcd45e695ce
Saw a 30% improvement spawning commands in a tight loop when using posix_spawn(), and avoids creating temporary /tmp/make* files for the vast majority of make commands. Both of which also help to reduce system time.
As a side benefit it greatly improves the readability of pstree output.
#pkgsrc #llm
Replies (0)
No replies.