I have a large org file, but still org-babel-tangle-file is so slow, it made my emacs freeze--twice! Sigh...With this experience I don't even feel comfortable recommending the user call tangld-build interactively. We may have to roll out our own tangle function--less features, but at least works and is fast. I've written a tangling function before using re-search-forward to collect source blocks and it was infinitely faster than org's. We may also need to consider asynchronous tangling.
I have a large org file, but still
org-babel-tangle-fileis so slow, it made my emacs freeze--twice! Sigh...With this experience I don't even feel comfortable recommending the user calltangld-buildinteractively. We may have to roll out our own tangle function--less features, but at least works and is fast. I've written a tangling function before usingre-search-forwardto collect source blocks and it was infinitely faster than org's. We may also need to consider asynchronous tangling.