Coder Social home page Coder Social logo

Comments (3)

Phundrak avatar Phundrak commented on August 15, 2024

from f.el.

ChauhanT avatar ChauhanT commented on August 15, 2024

Yeah, I think I was editing my post just as you were writing your message. I actually went with f-mkdir-recursive!

make-directory is rather slow through recursion (about twice as slow in the following test).

#+BEGIN_SRC emacs-lisp
(let ((path "~/make-directory/sub"))
  (benchmark-run 10000
    (make-directory path t)))
#+END_SRC

#+RESULTS:
| 1.340552049 | 2 | 0.22640519299999795 |

#+BEGIN_SRC emacs-lisp
(let ((path "~/f-mkdir-recursive/sub"))
  (benchmark-run 10000
    (f-mkdir-recursive path)))
#+END_SRC

#+RESULTS:
| 0.661089928 | 1 | 0.11333148199999954 |

You are right. Probably a key idea for the library is to try and maintain parity with f-mkdir. I'll try to make some changes and send a pull request some time this week.

Thanks very much for the link to the style guide and the tips about how to submit a possible contribution!

from f.el.

Phundrak avatar Phundrak commented on August 15, 2024

Closing this due to the clarification of the behaviour of f-mkdir and the addition of f-mkdir-full-path.

from f.el.

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.