Re: Arrays and FFTW

Поиск
Список
Период
Сортировка
От Alessandro Baretta
Тема Re: Arrays and FFTW
Дата
Msg-id 3D396DDE.6020200@baretta.com
обсуждение исходный текст
Ответ на Arrays and FFTW  (Alessandro Baretta <alex@baretta.com>)
Список 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 по дате отправления:

Предыдущее
От: Alessandro Baretta
Дата:
Сообщение: Re: Arrays and FFTW
Следующее
От: Tom Lane
Дата:
Сообщение: Re: preventing encoding conversion while starting up