from Hacker News

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

by pratchett on 8/24/18, 4:04 PM with 1 comments

I am currently doing research on a new abstraction for files. For usecases, I am looking for applications that create/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://news.ycombinator.com/item?id=12209028), Angular development involves a lot of files being created. Compilers seem like another application that create temporary files.

Are there other such applications/scenarios that I am missing?

  • by rurban on 8/24/18, 4:39 PM

    The perl5 testsuite handles and creates several thousand files, many in parallel.