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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Looking for applications that create/manage lots of files

3 点作者 pratchett超过 6 年前
I am currently doing research on a new abstraction for files. For usecases, I am looking for applications that create&#x2F;manage a lot of files (perhaps temporary files). I know that some mail servers store each email as a separate file. Going by a previous post (https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12209028), Angular development involves a lot of files being created. Compilers seem like another application that create temporary files.<p>Are there other such applications&#x2F;scenarios that I am missing?

1 comment

rurban超过 6 年前
The perl5 testsuite handles and creates several thousand files, many in parallel.