Tag
A Gleam core team member improved the language's pretty printer performance by replacing boxed documents with arena-allocated references, reducing peak memory usage by 10% and closing a three-year-old issue.
A blog post exploring a new design for pretty printer implementations in Rust, addressing challenges of adapting functional programming research to a systems language without garbage collection, and comparing existing approaches like the 'pretty' crate and Oppen-style printers.