Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs: make recursive readdir algorithms iterative #47650

Merged
merged 6 commits into from
May 10, 2023

Commits on Apr 20, 2023

  1. fs: make readdir recursive algorithm iterative

    Ethan Arrowood committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    28fc566 View commit details
    Browse the repository at this point in the history
  2. review suggestions

    Ethan Arrowood committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f15aa53 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Update lib/fs.js

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    Ethan-Arrowood and mscdex authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    57f16be View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Update lib/fs.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Ethan-Arrowood and aduh95 authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    36bad0f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Update lib/fs.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Ethan-Arrowood and aduh95 authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8803165 View commit details
    Browse the repository at this point in the history
  2. make it even faster

    Ethan Arrowood committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    679d8cd View commit details
    Browse the repository at this point in the history