Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. OpenJev(openjev.com ↗)
    92comments
  2. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    16comments
  3. Jemalloc 5.4.0(github.com/jemalloc ↗)
    53comments
  4. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    161comments
  5. The scourge of x86 emulation(fex-emu.com ↗)
    34comments
  6. Astra for Law(openai.com ↗)
    597comments
  7. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    141comments
  8. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    1comments
  9. Replacing Pull Requests with Delta(zed.dev ↗)
    16comments
  10. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    238comments
  11. Qwen 3.8 Omni Flash(qwen.ai ↗)
    87comments
  12. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    171comments
  13. Wax motor(wikipedia.org ↗)
    74comments
  14. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    9comments
  15. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    235comments
  16. When the fractional part of a float fixes your shader(crocidb.com ↗)
    7comments
  17. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    42comments
  18. Dr Julius Neubronner's Miniature Pigeon Camera(publicdomainreview.org ↗)
    discuss
  19. Google illegally retains customer data,and I am taking legal action against them(medium.com/istokovicsgyorgy79 ↗)
    6comments
  20. How to Write with an LLM(sockpuppet.org ↗)
    124comments
  21. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    159comments
  22. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    15comments
  23. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    27comments
  24. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    63comments
  25. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    29comments
  26. Speeding up gearhash on ARM64(sam.dev ↗)
    discuss
  27. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    45comments
  28. The most important product decision is what you don't build(liamnugent.me ↗)
    41comments
  29. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    374comments
  30. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    120comments

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