Re: C++ port of Postgres

From: Christian Convey <christian(dot)convey(at)gmail(dot)com>
To: Joy Arulraj <jarulraj(at)cs(dot)cmu(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: C++ port of Postgres
Date: 2016-09-11 13:47:10
Message-ID: CAPfS4Zxr+tbhz+No=ccB02f4rpsYXmkNkXa-TRev_nSfuCMRgw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Sun, Aug 14, 2016 at 5:05 PM, Joy Arulraj <jarulraj(at)cs(dot)cmu(dot)edu> wrote:
> Hi folks --
>
> We have ported Postgres over to the C++ language (C++11 standard).
>
> https://github.com/jarulraj/postgresql-cpp
>
> Our goal is to use certain features of the C++ language and its standard
> library to simplify coding, improve code reuse, and avoid bugs. Peter's
> article titled `Moving to C++` was a source of inspiration for us.

Do you remember the particular commit of PG upon which you based this
work? Or even better, are you able to post a patch which applies
cleanly to PG's current HEAD?

I ask because I'd like to compare your approach to the one Peter has
posted, and I think that will be easier if I can use a common (or at
least similar) baseline for the comparison.

Kind regards,
Christian

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Heikki Linnakangas 2016-09-11 14:11:04 Re: [GENERAL] C++ port of Postgres
Previous Message Mimiko 2016-09-11 11:35:25 Re: postgres driver for mysql

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2016-09-11 14:11:04 Re: [GENERAL] C++ port of Postgres
Previous Message Heikki Linnakangas 2016-09-11 13:28:38 Re: Parallel tuplesort (for parallel B-Tree index creation)