[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Open source project that needs performance optimizations
From: |
John Darrington |
Subject: |
Re: Open source project that needs performance optimizations |
Date: |
Sun, 27 Mar 2016 21:15:07 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
[ Moving this discussion to address@hidden since it is not about usage ]
I think that PSPP is already well optimised. That isn't to say there is never
room for improvement, of course.
There might be opportunities for parallelism. For example, the merge sort could
be parallised.
Perhaps the GPU could be (mis)used to calculate some of the expensive random
number distributions
which we don't yet support, but I would have to read up about how they work.
J'
On Sun, Mar 27, 2016 at 06:50:00PM +0300, PSATHAS NILOS-HRISTOS wrote:
Hello,
i am an undergraduate student on computer engineering and im considering
to do my thesis to an open source project and make performance
optimizations and/or add parallelism to it where possible (or even better
make use of GPU). Do you think that pspp is a good candidate?
Thanks,
Psathas Neilos
_______________________________________________
Pspp-users mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/pspp-users
--
Avoid eavesdropping. Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Open source project that needs performance optimizations,
John Darrington <=