Giter Site home page Giter Site logo

how about fdir vs globby ? about fdir HOT 4 CLOSED

thecodrr avatar thecodrr commented on June 12, 2024
how about fdir vs globby ?

from fdir.

Comments (4)

Whoaa512 avatar Whoaa512 commented on June 12, 2024

globby is just a convenience wrapper around fast-glob which is in the benchmarks

from fdir.

thecodrr avatar thecodrr commented on June 12, 2024

Yes, globby is based on fast-glob so it doesn't make much sense to benchmark against it. If you have any other globbing library in mind, I would love to include it.

from fdir.

IanVS avatar IanVS commented on June 12, 2024

tiny-glob could be an interesting benchmarking target.

from fdir.

IanVS avatar IanVS commented on June 12, 2024

Ah, I see it was added to the benchmark code, but the readme wasn't updated. I ran them locally on my intel mbp, and got:

$ node benchmarks/glob-benchmark.js
Running "Asynchronous (1487 files, 230 folders)" suite...
Progress: 100%

  fdir 5.2.0 async:
    231 ops/s, ±0.18%   | fastest

  glob async:
    15 ops/s, ±1.13%    | slowest, 93.51% slower

  fast-glob async:
    154 ops/s, ±0.95%   | 33.33% slower

  tiny-glob async:
    35 ops/s, ±0.41%    | 84.85% slower

Finished 4 cases!
  Fastest: fdir 5.2.0 async
  Slowest: glob async
Running "Synchronous (1487 files, 230 folders)" suite...
Progress: 100%

  fdir 5.2.0 sync:
    90 ops/s, ±0.33%   | fastest

  glob sync:
    16 ops/s, ±0.62%   | slowest, 82.22% slower

  fast-glob sync:
    71 ops/s, ±0.67%   | 21.11% slower

  tiny-glob sync:
    45 ops/s, ±0.20%   | 50% slower

Finished 4 cases!
  Fastest: fdir 5.2.0 sync
  Slowest: glob sync

from fdir.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.