From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jiege Chen Newsgroups: gmane.emacs.devel Subject: Re: How to make 'load' fast in window? Date: Mon, 13 Jun 2016 05:44:23 +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=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1465797059 1939 80.91.229.3 (13 Jun 2016 05:50:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2016 05:50:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 13 07:50:47 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 1bCKlq-00033h-LP for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2016 07:50:46 +0200 Original-Received: from localhost ([::1]:53940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCKlp-0007D3-7y for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2016 01:50:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCKlJ-0007Cl-R8 for emacs-devel@gnu.org; Mon, 13 Jun 2016 01:50:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCKlF-000610-My for emacs-devel@gnu.org; Mon, 13 Jun 2016 01:50:12 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:50735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCKlF-00060H-G4 for emacs-devel@gnu.org; Mon, 13 Jun 2016 01:50:09 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bCKlC-0002en-8g for emacs-devel@gnu.org; Mon, 13 Jun 2016 07:50:06 +0200 Original-Received: from 218.192.232.85 ([218.192.232.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jun 2016 07:50:06 +0200 Original-Received: from jiegec by 218.192.232.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jun 2016 07:50:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 6 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 218.192.232.85 User-Agent: NewsTap/5.1.8 (iPad) Cancel-Lock: sha1:vAVHNhtorFn1hGjH5Zmc3nMdvbM= 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:204328 Archived-At: tumashu 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? Thanks!