TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fibonacci series calculation performance boost using WebAssembly

2 pointsby indexerrorover 8 years ago

1 comment

kafkaesqover 8 years ago
Egads - these are the kinds of things you think up when you take a &quot;frameworks-first&quot; approach to things, I guess.<p>(By which I don&#x27;t mean anything snarky, or anti-framework. But rather more simply: (1) Why the hell <i>would</i> you do these kinds of computations in such an environment? (2) There are much better ways of speeding up Fibonacci besides memoization).