|< < 13 > >|

Computing resources

Standard programming environment

  • Linux

  • C++ 11 (gcc)

  • Valgrind

  • Any recent version of Postgres.

About valgrind

  • Use it as a routine part of development.

  • Fix problems it finds immediately, before any others.

  • Otherwise you will have to debug crashes, non-reproducible problems.

|< < 13 > >|