Re: Arrays and FFTW - Mailing list pgsql-hackers

From Alessandro Baretta
Subject Re: Arrays and FFTW
Date
Msg-id 3D396DDE.6020200@baretta.com
Whole thread Raw
In response to Arrays and FFTW  (Alessandro Baretta <alex@baretta.com>)
List 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



pgsql-hackers by date:

Previous
From: Alessandro Baretta
Date:
Subject: Re: Arrays and FFTW
Next
From: Tom Lane
Date:
Subject: Re: preventing encoding conversion while starting up