TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

CoffeeScript / Node.js - ticksort

27 点作者 rgabo将近 14 年前

3 条评论

zbanks将近 14 年前
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 未加载
strmpnk将近 14 年前
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>
rgabo将近 14 年前
anyone have an idea on how to get rid of `console.log` in ticksort.coffee?