Re: [GENERAL] C++ port of Postgres - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: [GENERAL] C++ port of Postgres
Date
Msg-id 20160817130208.1490fad8@e733
Whole thread Raw
In response to Re: [GENERAL] C++ port of Postgres  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
List 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 by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables)
Next
From: Magnus Hagander
Date:
Subject: Re: Use pread and pwrite instead of lseek + write and read