{ "root_post_id": "2058166883044516181", "posts": [ { "post_id": "2058159498716463375", "author": "NOTimothyLottes", "handle": "NOTimothyLottes", "text": "Another memorial weekend thought: for either \n(a.) single use code - [majority of slopware]\n(b.) cold cache code - [also typical of slopware]\nthe CPU loading the code is a significant amount of the burned memory bandwidth ...", "timestamp": "2026-05-23 12:13:57", "media_urls": [], "reply_to_id": null, "quote_of_id": null, "metrics": { "reply_count": 1, "repost_count": 0, "like_count": 8, "view_count": 1679 } }, { "post_id": "2058160921462063183", "author": "NOTimothyLottes", "handle": "NOTimothyLottes", "text": "Meaning in C/C++ land where \"programmers\" (or rather slop-rammers) mostly sniff argument sloshing glue, moving to a scatter instead of gather based language with a single common \"call\" that just overreads all the register args, would likely be significantly faster ...", "timestamp": "2026-05-23 12:19:37", "media_urls": [], "reply_to_id": "2058159498716463375", "quote_of_id": null, "metrics": { "reply_count": 1, "repost_count": 0, "like_count": 2, "view_count": 413 } }, { "post_id": "2058161964442866061", "author": "NOTimothyLottes", "handle": "NOTimothyLottes", "text": "The analog for the syscall side is to work from a 'tape' pointer read the 7 registers (syscall number in rax, and the 6 max args) always from a linear stream, but advance the read pointer by the number of actual registers used. So the overfetch is just a linear prefetch ...", "timestamp": "2026-05-23 12:23:45", "media_urls": [], "reply_to_id": "2058160921462063183", "quote_of_id": null, "metrics": { "reply_count": 1, "repost_count": 0, "like_count": 1, "view_count": 401 } }, { "post_id": "2058162553541300497", "author": "NOTimothyLottes", "handle": "NOTimothyLottes", "text": "If working with only 32-bit args (see the MAP_32BIT comment), it would be efficient. Add a post-syscall address to call in the common syscall loop, the part that does post-syscall logic like scattering data to future argument read slots (aka the scatter part) ...", "timestamp": "2026-05-23 12:26:06", "media_urls": [], "reply_to_id": "2058161964442866061", "quote_of_id": null, "metrics": { "reply_count": 1, "repost_count": 0, "like_count": 0, "view_count": 237 } }, { "post_id": "2058164906659066002", "author": "NOTimothyLottes", "handle": "NOTimothyLottes", "text": "Now if it was possible to uber-op the post call logic, meaning a fixed logic block that is just data configurable, that call goes away, and it's all probably executing instructions out of the cache (at some level) ...", "timestamp": "2026-05-23 12:35:27", "media_urls": [], "reply_to_id": "2058162553541300497", "quote_of_id": null, "metrics": { "reply_count": 1, "repost_count": 0, "like_count": 0, "view_count": 188 } }, { "post_id": "2058165475033440643", "author": "NOTimothyLottes", "handle": "NOTimothyLottes", "text": "Effectively you'd have an 'initialization language' which is designed to workaround cold execution paths, but with linear CPU prefetch friendly data access for reads, and random scatter for stores (where latency don't matter) ...", "timestamp": "2026-05-23 12:37:42", "media_urls": [], "reply_to_id": "2058164906659066002", "quote_of_id": null, "metrics": { "reply_count": 1, "repost_count": 0, "like_count": 1, "view_count": 666 } }, { "post_id": "2058166883044516181", "author": "NOTimothyLottes", "handle": "NOTimothyLottes", "text": "Most crap-o-grammers today in the user-space C++ bloat-ware domain have not really optimized for performance, rather they optimized for maximum bloat generation. Just add up how much the installed libraries weigh in MiB on a clean OS install.", "timestamp": "2026-05-23 12:43:18", "media_urls": [], "reply_to_id": "2058165475033440643", "quote_of_id": null, "metrics": { "reply_count": 0, "repost_count": 0, "like_count": 1, "view_count": 640 } } ], "source_url": "https://x.com/NOTimothyLottes/status/2058166883044516181" }