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.

Transducers.js Round 2 with Benchmarks

104 pointsby jlongsterover 10 years ago

6 comments

bhoustonover 10 years ago
In <a href="https://Clara.io" rel="nofollow">https:&#x2F;&#x2F;Clara.io</a> we identified that _.each() and other types of function-based helpers were incredibly slow (even lodash was slow) and we had to replace these constructs in performance critical areas with raw for-loops. Three.JS we also did this.
cdsanchezover 10 years ago
I&#x27;d be really interested in knowing how it compares against lazy.js: <a href="http://danieltao.com/lazy.js/" rel="nofollow">http:&#x2F;&#x2F;danieltao.com&#x2F;lazy.js&#x2F;</a>
评论 #8446785 未加载
estover 10 years ago
previous discussion<p><a href="https://news.ycombinator.com/item?id=8439547" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8439547</a><p>transducers in Python<p><a href="https://news.ycombinator.com/item?id=8444894" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8444894</a>
Toucheover 10 years ago
What problem does this solve? It seems to trade more-verbose code for being more performant in large datasets. That seems reasonable. But otherwise, in day-to-day code why would I use this?
评论 #8447309 未加载
评论 #8448431 未加载
评论 #8447328 未加载
thesorrowover 10 years ago
How does this compare to Bacon.js or higland ?
评论 #8447564 未加载
jamesromover 10 years ago
Time should be on the x-axis. Independent variables on the x-axis and dependent variables on the y.<p>EDIT: To clarify, plotting &#x27;seconds&#x27; over &#x27;items per second&#x27; is needlessly confusing.
评论 #8446717 未加载
评论 #8446715 未加载
评论 #8446964 未加载