Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    15comments
  2. I Vibed a Proof of Conway's Conjecture(overreacted.io ↗)
    17comments
  3. AI Protest in Montreal(montrealgazette.com ↗)
    1comments
  4. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    2comments
  5. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    177comments
  6. OpenJev(openjev.com ↗)
    184comments
  7. North Korean nuclear test sets off years of earthquakes – Science – AAAS(science.org ↗)
    discuss
  8. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    4comments
  9. I don't like passkeys(hawksley.dev ↗)
    312comments
  10. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    36comments
  11. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    109comments
  12. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  13. Jemalloc 5.4.0(github.com/jemalloc ↗)
    62comments
  14. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    2comments
  15. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    discuss
  16. The scourge of x86 emulation(fex-emu.com ↗)
    57comments
  17. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    170comments
  18. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    482comments
  19. Astra for Law(openai.com ↗)
    645comments
  20. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    272comments
  21. BeanShell3 in Development(beanshell.github.io ↗)
    1comments
  22. Cloudflare Quick Tunnels(cloudflare.com ↗)
    1comments
  23. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    10comments
  24. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    49comments
  25. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    179comments
  26. Qwen 3.8 Omni Flash(qwen.ai ↗)
    102comments
  27. Wax motor(wikipedia.org ↗)
    89comments
  28. Replacing Pull Requests with Delta(zed.dev ↗)
    50comments
  29. NATS Major Incident Preliminary Investigation Report [pdf](nats.aero ↗)
    1comments
  30. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    242comments

Jemalloc Repositories Are Archived

39 pointsby 1y agogithub.com
7 comments
1y agoHN ↗

Currently, it's unclear why - I didn't find any information in their public channels.

1y agoHN ↗

They un-archived it today long enough to revert a change to the purging algorithm that was merged in March [0]. The first archive date I saw this morning was from the last week of May. I won't speculate about the reason, but it's a small relief that the archiving seems deliberate and that the maintainers are still active.

[0] https://github.com/jemalloc/jemalloc/commit/27d7960cf9b48a9a...

1y agoHN ↗

We once went through the effort to use jemalloc for workloads which were highly optimized particularly for NUMA.

Incredibly, it had absolutely zero performance improvement. I’ve always wondered how that was possible. Spent a fair bit of time confirming the memory layout and NUMA node ownership etc. It was working, it just.. did nothing!

1y agoHN ↗

Why? The prior conversation (linked here in this posting thread) has somebody asking the same question. And a comment: did nothing. So it could be the variant has low enough achievement over other *alloc that it was felt best to retire it.

1y agoHN ↗

Performance of jemalloc is good, hope to know why it is archived