]> git.eshelyaron.com Git - emacs.git/commit
Reduce Tramp's memory usage
authorGemini Lasswell <gazally@runbox.com>
Wed, 30 Aug 2017 14:11:41 +0000 (07:11 -0700)
committerGemini Lasswell <gazally@runbox.com>
Sat, 9 Sep 2017 16:06:00 +0000 (09:06 -0700)
commit68b7ecbac1dcb5bfcace5505a4d354777147dd54
tree3b9875c47e0deeac4e5a029369381edd69a4cf44
parent2b84c1666274edcb6b810649fa0d6fc09e9e7a66
Reduce Tramp's memory usage

Construct Tramp syntax strings and regular expressions once instead
of every time they are used, and store them in alists keyed by Tramp
syntax.
* tramp.el (tramp-build-remote-file-name-spec-regexp)
(tramp-build-file-name-structure): New functions.
(tramp-prefix-format-alist, tramp-prefix-regexp-alist)
(tramp-method-regexp-alist)
(tramp-postfix-method-format-alist)
(tramp-postfix-method-regexp-alist)
(tramp-prefix-ipv6-format-alist, tramp-prefix-ipv6-regexp-alist)
(tramp-postfix-ipv6-format-alist)
(tramp-postfix-ipv6-regexp-alist)
(tramp-postfix-host-format-alist)
(tramp-postfix-host-regexp-alist)
(tramp-remote-file-name-spec-regexp-alist)
(tramp-file-name-structure-alist): New constants.
(tramp-lookup-syntax): New function.
(tramp-prefix-format, tramp-prefix-regexp, tramp-method-regexp)
(tramp-postfix-method-format, tramp-postfix-method-regexp)
(tramp-prefix-ipv6-format, tramp-prefix-ipv6-regexp)
(tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp)
(tramp-postfix-host-format, tramp-postfix-host-regexp)
(tramp-remote-file-name-spec-regexp, tramp-file-name-structure):
Use it.
lisp/net/tramp.el