erlang

Tag

Cards List
#erlang

Surprising economics of load-balanced systems

Hacker News Top · 5d ago Cached

A blog post analyzes the M/M/c queueing model and shows that increasing the number of servers in a load-balanced system improves latency at constant per-server load, a beneficial and somewhat counterintuitive result for cloud economics.

0 favorites 0 likes
#erlang

OTP and Gleam

Lobsters Hottest · 2026-06-11 Cached

Gleam language creator Louie deeply explains the core concepts of OTP, and how Gleam works with OTP in a type-safe manner, achieving fully compatible inter-process communication and supervisor building blocks with Erlang/Elixir.

0 favorites 0 likes
#erlang

Show HN: Lightweight Task queue on Erlang/OTP, SQLite-backed, no overengineering

Hacker News Top · 2026-06-10 Cached

EZRA is a lightweight, persistent task queue built on Erlang/OTP with SQLite storage. It exposes a Redis-compatible interface, allowing any Redis client to push and pop tasks without needing a Redis server.

0 favorites 0 likes
#erlang

Erlang/OTP 29.0 Release

Lobsters Hottest · 2026-05-13 Cached

Erlang/OTP 29.0 is a major release introducing native records, multi-valued comprehensions, improved compiler warnings, and enhanced security defaults like disabled SSH daemons. It also includes JIT improvements and experimental features like post-quantum cryptography support.

0 favorites 0 likes
#erlang

Counting Fast in Erlang with:counters and:atomics

Hacker News Top · 2026-05-09 Cached

This technical article explains how to use Erlang's :counters and :atomics modules for high-performance counting and shared mutable state outside the standard process isolation model. It covers atomic operations like add_get, exchange, and compare-and-swap within the BEAM runtime.

0 favorites 0 likes
#erlang

GitHub Actions for a Gleam monorepo

Lobsters Hottest · 2026-04-22 Cached

A developer shares their GitHub Actions setup for testing a Gleam monorepo with separate BEAM and JavaScript runtimes, using matrix strategies and strict formatting checks.

0 favorites 0 likes
← Back to home

Submit Feedback