From: | Alessandro Baretta <alex(at)baretta(dot)com> |
---|---|
To: | "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Arrays and FFTW |
Date: | 2002-07-20 14:04:14 |
Message-ID: | 3D396DDE.6020200@baretta.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Matthew T. O'Connor wrote:
> Why are you using plpgsql for this?
Since I prefer to store my data in a database than in a
file, because this allows me to handle concurrency in a very
natural way, I want to keep my application code, insofar as
possible together with my data.
> You can write it in C.
I could use a Turing Machine if a cared to. The fact is that
C is not my favorite language. I do not feel compelled to
use C, in this case, except to allow me to interface pgsql
with FFTW, the Fastest Fourier Transform in the West.
Alex
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-07-20 21:07:00 | Re: preventing encoding conversion while starting up |
Previous Message | Alessandro Baretta | 2002-07-20 08:30:30 | Re: Arrays and FFTW |