build-system

Tag

Cards List
#build-system

Could Cargo's scheduler be better?

Lobsters Hottest · 2026-08-31 Cached

The article investigates improvements to Cargo's scheduler by analyzing its behavior through benchmarks of Rust build tasks and exploring alternative scheduling algorithms.

0 favorites 0 likes
#build-system

Lucid Train

Product Hunt · 2026-08-23

Lucid Train is a build system designed for new and existing codebases to streamline software development processes.

0 favorites 0 likes
#build-system

Retrofitting a build system into a compiler

Lobsters Hottest · 2026-08-17 Cached

Lucas Ma has explored using effects in the OCaml compiler to create an on-demand compiler service, allowing for more flexible compilation by inverting control over file lookups and managing global state snapshots.

0 favorites 0 likes
#build-system

Faster Than Ninja

Lobsters Hottest · 2026-08-05 Cached

A technical comparison of build2 and Ninja build system performance on the Xerces-C++ project, showing build2 is about 11% slower but provides additional functionality.

0 favorites 0 likes
#build-system

C/C++ projects packaged for Zig

Hacker News Top · 2026-07-27

A tool that packages existing C/C++ projects for use with the Zig build system, enabling easier integration.

0 favorites 0 likes
#build-system

The Fedora 45 Sausage Factory

Hacker News Top · 2026-07-25 Cached

A detailed walkthrough of Fedora 45's build pipeline, from package source to release artifacts, explaining the tools and processes like dist-git, Koji, and Bodhi.

0 favorites 0 likes
#build-system

Bring modern package management to Meson's native wrap ecosystem

Lobsters Hottest · 2026-07-16 Cached

Collider extends Meson's native wrap ecosystem with modern package management features including automatic dependency resolution, lockfiles, and publish/share capabilities, fully compatible with WrapDB.

0 favorites 0 likes
#build-system

All Package Management Functionality Moved from Compiler to Build System

Lobsters Hottest · 2026-07-01 Cached

Zig moves all package management functionality from the compiler to the build system, reducing binary size and enabling easier patching and safety checks. This architectural change improves the build server protocol and unblocks ZLS integration.

0 favorites 0 likes
#build-system

Show HN: A statically typed, cross-platform, easily bootstrappable build system

Hacker News Top · 2026-06-30 Cached

BUSY is a lean, statically typed, cross-platform build system for GCC, Clang, and MSVC toolchains, designed for easy bootstrapping and minimal dependencies.

0 favorites 0 likes
#build-system

Build System Improvements, Centralized Overview, etc

Lobsters Hottest · 2026-06-28

Article discusses improvements to a build system and a centralized overview feature.

0 favorites 0 likes
#build-system

Unfathomable bugs #10: The Broken Windows Build

Lobsters Hottest · 2026-06-28 Cached

A blog post recounting the nightmare of debugging a broken Windows build for the open-source quantum computing library 'stim', highlighting the complexity of cross-platform Python package building and dependency management.

0 favorites 0 likes
#build-system

Lazy Loading Dynamic Libraries and the Plugin-Architecture on iOS

Lobsters Hottest · 2026-06-28 Cached

A technical deep-dive into lazy loading dynamic libraries and implementing plugin architecture on iOS, exploring performance tradeoffs between static and dynamic linking.

0 favorites 0 likes
#build-system

nix-build in under 100 lines

Lobsters Hottest · 2026-06-22 Cached

The article demystifies the Nix build process by reimplementing nix-build in under 100 lines of Go, showing that turning a derivation into a store path is essentially an exec.

0 favorites 0 likes
#build-system

Is It Time for a New Embedded Linux Build System?

Lobsters Hottest · 2026-06-18 Cached

The article argues that traditional embedded Linux build systems like Yocto and Buildroot are becoming outdated for modern products that require continuous updates and cloud-like behaviors, and suggests the need for a new approach to build system design.

0 favorites 0 likes
#build-system

Build your project Zig-style

Lobsters Hottest · 2026-06-16 Cached

The author details building a tool called bygge-zig that uses the Zig build system to compile Rust projects, replicating Cargo's functionality in far fewer lines of code, highlighting the differences and challenges.

0 favorites 0 likes
#build-system

Bootstrapping Rust Considered Harmful

Lobsters Hottest · 2026-06-10 Cached

A critical analysis of the Rust compiler's bootstrapping process, highlighting the excessive size and dependency bloat compared to other languages like OCaml, and arguing for a more lightweight approach.

0 favorites 0 likes
#build-system

OCaml Onboarding: Introduction to the Dune build system

Hacker News Top · 2026-06-04 Cached

A practical guide introducing the Dune build system for OCaml, covering project setup, building libraries and executables, and testing.

0 favorites 0 likes
#build-system

Flipper Zero Zig Template

Hacker News Top · 2026-06-01 Cached

A modern, production-ready template for developing Flipper Zero applications using the Zig programming language, providing a streamlined build system that integrates Zig with the Flipper Zero SDK.

0 favorites 0 likes
#build-system

Build System Reworked

Lobsters Hottest · 2026-05-27 Cached

The Zig build system has been reworked to separate the configurer and maker processes, enabling caching, release-mode compilation, and up to 90% faster 'zig build' commands. This change improves performance and allows the build system to grow features without slowing down.

0 favorites 0 likes
#build-system

@QuixiAI: In a push for cross platform, I created a native build system (Jai style) and I am building an --emit-c option to compl…

X AI KOLs Following · 2026-05-14 Cached

The developer created a native build system and is building an --emit-c option to complement the 'with migrate' feature, aiming for cross-platform support and eliminating Makefiles and shell scripts.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback