* make auto-compress-mode only listing tarballs instead of depressing
@ 2019-02-22 9:53 Amos Bird
2019-02-22 13:17 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Amos Bird @ 2019-02-22 9:53 UTC (permalink / raw)
To: help-gnu-emacs
When opening a ~40MB zip file in emacs, it takes 5 seconds to load
the dired-like buffer. However, `7z l <tarball>` returns
instantly. Is it possible to customize auto-compress-mode so that
only file listing is applied instead of fully decompression?
Regards,
--
Amos Bird
amosbird@gmail.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: make auto-compress-mode only listing tarballs instead of depressing
2019-02-22 9:53 make auto-compress-mode only listing tarballs instead of depressing Amos Bird
@ 2019-02-22 13:17 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2019-02-22 13:17 UTC (permalink / raw)
To: help-gnu-emacs
> From: Amos Bird <amosbird@gmail.com>
> Date: Fri, 22 Feb 2019 17:53:21 +0800
>
> When opening a ~40MB zip file in emacs, it takes 5 seconds to load
> the dired-like buffer.
I just tried this with a 49MB zip file, and it took me less than 2
sec. I tried a 495MB file, and it took 5.5 sec to show the listing.
Do you see those 5 sec in "emacs -Q"? If so, is your box particularly
slow?
> However, `7z l <tarball>` returns instantly. Is it possible to
> customize auto-compress-mode so that only file listing is applied
> instead of fully decompression?
If you are talking about arc-mode.el, it already decodes only the
directory part of the zip file, without uncompressing the entire
archive. It's definitely slower than 7z, because the decoding is done
in Lisp, so if we want to speed it up even further, I'd suggest to
write a module in C. However, I wonder why you see such a long time.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-22 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-22 9:53 make auto-compress-mode only listing tarballs instead of depressing Amos Bird
2019-02-22 13:17 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.