From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Krehel Subject: Re: org-drill extremely slow with Org 9.2.5 Date: Sun, 25 Aug 2019 22:30:19 +0200 Message-ID: References: <87lfvhjets.fsf@zamazal.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48909) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i1z9l-0005xz-3W for emacs-orgmode@gnu.org; Sun, 25 Aug 2019 16:30:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i1z9k-0000Wl-1r for emacs-orgmode@gnu.org; Sun, 25 Aug 2019 16:30:33 -0400 Received: from mail-pl1-x632.google.com ([2607:f8b0:4864:20::632]:37873) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i1z9j-0000WT-Sw for emacs-orgmode@gnu.org; Sun, 25 Aug 2019 16:30:32 -0400 Received: by mail-pl1-x632.google.com with SMTP id bj8so8824522plb.4 for ; Sun, 25 Aug 2019 13:30:31 -0700 (PDT) In-Reply-To: <87lfvhjets.fsf@zamazal.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Milan Zamazal Cc: org mode Hi Milan, > Are there any tricks to speed it up? I noticed org-drill being slow three years ago when I tried to learn it. So I wrote my own package: https://github.com/abo-abo/pamparam/. It's quite fast: it takes 0.6s to sync my 3300 cards from the master Org file. And day-to-day learning operations like building a schedule or fetching a card are instantaneous. The master file is relatively small, since it stores no metadata: less than 10000 lines. The metadata is stored per-card, each card is in its own file. The whole thing is backed by Git. All your learning sessions are stored in commits as well. Check it out. It might have less features, but it's really fast and has served me well. regards, Oleh