bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #33260] terrible performance when data paged to disk


From: Ben Pfaff
Subject: PSPP-BUG: [bug #33260] terrible performance when data paged to disk
Date: Tue, 28 May 2013 05:03:30 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.12) Gecko/20100101 Firefox/10.0.12 Iceweasel/10.0.12

Follow-up Comment #3, bug #33260 (project pspp):

I'm not sure that this is really a problem anymore.  My test case below run in
.283 seconds in the text UI.  It looks like it takes about the same amount of
time in the GUI.

John, any opinion?


INPUT PROGRAM.
        LOOP #I=1 TO 1000 * 300.
                COMPUTE X=RND(UNIFORM(10)).
                END CASE.
        END LOOP.
        END FILE.
END INPUT PROGRAM.
frequencies x.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33260>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]