Re: [GENERAL] C++ port of Postgres

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: [GENERAL] C++ port of Postgres
Дата
Msg-id 20160817130208.1490fad8@e733
обсуждение исходный текст
Ответ на Re: [GENERAL] C++ port of Postgres  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
Список pgsql-hackers
> Two big projects lately move to C++ from C:
> GCC, Mesa
> 
> You can read their reasons.
> Only C++ we can use without full rewrite currently. (or ObjectC maybe)
> If we wish fix C limitations. 
> 

I would like just to leave this link here:

https://en.wikipedia.org/wiki/List_of_fallacies

Long story short - no one cares who did what in other projects.
Recently I rewrote my OpenGL demo [1] from C++ to C. Uber recently
moved from PostgreSQL to MySQL. It proves literally nothing.

[1] https://github.com/afiskon/c-opengl-text/

-- 
Best regards,
Aleksander Alekseev



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables)
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Use pread and pwrite instead of lseek + write and read