From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabrice Popineau Newsgroups: gmane.emacs.devel Subject: Re: How to make 'load' fast in window? Date: Mon, 13 Jun 2016 14:09:20 +0000 (UTC) Message-ID: References: <69267f1.4532.15547978bb7.Coremail.tumashu@163.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1465827371 22947 80.91.229.3 (13 Jun 2016 14:16:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2016 14:16:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 13 16:16:00 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bCSej-0007OI-9Z for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2016 16:15:57 +0200 Original-Received: from localhost ([::1]:56798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCSei-00011Q-DQ for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2016 10:15:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCSYc-0002xb-IC for emacs-devel@gnu.org; Mon, 13 Jun 2016 10:09:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCSYZ-0007e8-C5 for emacs-devel@gnu.org; Mon, 13 Jun 2016 10:09:38 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:42088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCSYZ-0007du-4p for emacs-devel@gnu.org; Mon, 13 Jun 2016 10:09:35 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bCSYX-0002dF-EC for emacs-devel@gnu.org; Mon, 13 Jun 2016 16:09:33 +0200 Original-Received: from 147.99.27.199 ([147.99.27.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jun 2016 16:09:33 +0200 Original-Received: from fabrice.popineau by 147.99.27.199 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jun 2016 16:09:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 147.99.27.199 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204339 Archived-At: Jiege Chen qq.com> writes: > > tumashu 163.com> wrote: > > I use "load" function to load a elisp file which include a 40M hashtable, > > In linux, it only need 1s, while in window, it need 15s, which is too slowly, > How to speed it up? On what machine? Can you share your file? Regards, Fabrice