fdir VS delaunator

Compare fdir vs delaunator and see what are their differences.

fdir

⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s (by thecodrr)

delaunator

An incredibly fast JavaScript library for Delaunay triangulation of 2D points (by mapbox)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
fdir delaunator
3 4
1,254 2,195
- 1.8%
7.3 4.9
5 months ago 3 months ago
TypeScript JavaScript
MIT License ISC License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fdir

Posts with mentions or reviews of fdir. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-19.
  • Bfs 3.0: The Fastest Find Yet
    6 projects | news.ycombinator.com | 19 Jul 2023
    Would love to see how bfs compares to fdir[0] for directory traversal. Even though fdir is using Node.js underneath, the comparisons I have done with fd & find are pretty close. Of course, bfs would probably be quite a bit faster...but how much faster exactly?

    Disclaimer: I am the developer of fdir.

    [0] https://github.com/thecodrr/fdir

  • Organize porn collection
    2 projects | /r/DataHoarder | 18 Jun 2021
    To update the code to behave differently might be a small change: https://github.com/thecodrr/fdir/blob/master/documentation.md#withsymlinks
  • Fdir 5.1.0
    1 project | news.ycombinator.com | 21 May 2021

delaunator

Posts with mentions or reviews of delaunator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-05.
  • Using Voronoi polygons for simplified continent generation
    3 projects | /r/proceduralgeneration | 5 May 2023
    Well, the easiest option would probably be to use a different Delaunay/Voronoi library. Delaunator (C# bindings here) should be a pretty good option: it's fast, and there's a good explanation of how to use the data structures it generates. There is some weirdness with how points at the edge of the domain work that you may have to work around, but that will probably be easier than trying to modify another algorithm or write your own. I know I've struggled to implement the algorithms for calculating Voronoi diagrams/Delaunay triangulations, even though I feel like I have a decent high-level understanding of how Fortune's algorithm is supposed to work.
  • Question about ints used for enums (cast as enum) (4.0.2)
    3 projects | /r/godot | 4 May 2023
  • Visualizing Delaunay Triangulation
    1 project | news.ycombinator.com | 12 Jul 2022
    Great article!

    How does this algorithm compare to others, e.g. sweep algorithms like the one used by delaunator[0]?

    An obvious difference is sweep algorithms sort the points in some way before adding them, is that a key to efficiency gains?

    0: https://github.com/mapbox/delaunator/blob/main/README.md#pap...

  • Diamonds
    1 project | /r/generative | 21 May 2021

What are some alternatives?

When comparing fdir and delaunator you can also consider the following projects:

mediaChips - Manage your videos, add any metadata to them and play them.

earcut - The fastest and smallest JavaScript polygon triangulation library for your WebGL apps

SAGEMCOM-FAST-5370e-TELIA - This is my personal wiki for hacking the router firmware used by (Sagemcom)F@ast Version 3.43.2 delivered from Sagemcom

blog - Life is a moment :notebook_with_decorative_cover:

folderslint - 📁 Directory structure linter for Front-End projects

turf - A modular geospatial engine written in JavaScript and TypeScript

validate-access - Parse a & Validate a given directory with multiple entries

javascript-algorithms - 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

glob - Pure Nim library for matching file paths against Unix style glob patterns.

spine-runtimes - 2D skeletal animation runtimes for Spine.

bfs - A breadth-first version of the UNIX find command

delaunator-sharp - Fast Delaunay triangulation of 2D points implemented in C#.