LWN: Comments on "Julia 1.8 released" https://lwn.net/Articles/905071/ This is a special feed containing comments posted to the individual LWN article titled "Julia 1.8 released". en-us Mon, 29 Sep 2025 08:03:18 +0000 Mon, 29 Sep 2025 08:03:18 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Julia 1.8 released https://lwn.net/Articles/905494/ https://lwn.net/Articles/905494/ bartoc <div class="FormattedComment"> The typed globals improvement is really huge imo. It should make the repl quite a big more quick.<br> <p> I wonder what makes the new thread scheduler composable, typically work stealing schedulers are not 100% composable with other programs because they can cause starvation (fixed with job objects/cgroups) and the kernel doesn&#x27;t know how much upcoming work there is.<br> <p> I wish the distinction between mutable and immutable structs was separate from stack vs heap allocation, having to reinitialize a whole immutable struct over and over as fields change and rely on the compiler figuring out what you&#x27;re up to kinda sucks.<br> </div> Sun, 21 Aug 2022 03:21:18 +0000