Live data from Hacker News

Viewing profile — mpajares

mpajares

HN member
Joined
Wed, Mar 25, 2026, 8:35 AM UTC
HN karma
1
Public activity
4 items

About mpajares

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
  4. comment
    Comment #47516512

    Had the opposite experience. Our JS FEM solver (~550ms per load case) was rewritten in Rust and dropped to ~270ms. But we compile to native.exe, not WASM — we call it via stdin/std…