Live data from Hacker News

Saying goodbye to asm.js

spidermonkey.dev

1–10 of 164 posts

Re: Saying goodbye to asm.js

#6
post #4

Sad day. I have a sha256 hasher in asm.js that's faster than any wasm solution.

That is surprising. Do you know the reasons? Is it a special use case or was asm really faster? I find that hard to believe.

It's a custom solution, but nothing special just incremental hashing for large files.

I took off the shelf wasm crypto libraries to compare it, but the leading one was 10x slower.

Re: Saying goodbye to asm.js

#8
post #4

Earlier quoted context omitted.

That is surprising. Do you know the reasons? Is it a special use case or was asm really faster? I find that hard to believe.

It's a custom solution, but nothing special just incremental hashing for large files. I took off the shelf wasm crypto libraries to compare it, but the leading one was 10x slower.

can we see?

Re: Saying goodbye to asm.js

#9

Earlier quoted context omitted.

It's a custom solution, but nothing special just incremental hashing for large files. I took off the shelf wasm crypto libraries to compare it, but the leading one was 10x slower.

can we see?

yeah check back at the end of the day.

will try to rip it out of the project and put it in a standalone benchmark.

Post reply on HN