From: | Joy Arulraj <jarulraj(at)cs(dot)cmu(dot)edu> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | C++ port of Postgres |
Date: | 2016-08-14 21:05:44 |
Message-ID: | CABgyVxDBd3EvRdo-Rd6eo8QPEqV8=ShaU2SJfo16wfE0R-hXTA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
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++
<https://petereisentraut.blogspot.com/2013/05/moving-to-c.html>` was a
source of inspiration for us.
Regards.
From | Date | Subject | |
---|---|---|---|
Next Message | John R Pierce | 2016-08-14 21:23:35 | Re: C++ port of Postgres |
Previous Message | Karsten Hilbert | 2016-08-14 15:24:11 | Re: Postgres Pain Points 2 ruby / node language drivers |
From | Date | Subject | |
---|---|---|---|
Next Message | John R Pierce | 2016-08-14 21:23:35 | Re: C++ port of Postgres |
Previous Message | Andreas Joseph Krogh | 2016-08-14 20:47:04 | Re: Bogus ANALYZE results for an otherwise-unique column with many nulls |