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.

CoffeeScript / Node.js - ticksort

27 pointsby rgaboalmost 14 years ago

3 comments

zbanksalmost 14 years ago
This implementation claims to take SUM(argv) ticks, whereas the original sleepsort took MAX(argv) seconds.<p>Is this an error, or is something done fundamentally different?
评论 #2730361 未加载
strmpnkalmost 14 years ago
For those missing the sleep-sort reference: <a href="http://dis.4chan.org/read/prog/1295544154" rel="nofollow">http://dis.4chan.org/read/prog/1295544154</a>
rgaboalmost 14 years ago
anyone have an idea on how to get rid of `console.log` in ticksort.coffee?