User contributions for Jimg

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

2 February 2023

  • 20:3420:34, 2 February 2023 diff hist +2,655 N Better Singleton classes C++Created page with "We use lots of Singleton classes in the BES Framework. One issue with that pattern is that memory is usually not returned to the heap before the process exits, leaving tools like valgrind to report the memory as leaked. This is misleading and can be ignored, except that it's a great way to hide ''real'' leaks behind the noise in a sea of false positives. Here's a way around that using C++'s unquie_ptr. ## The basic plan I'll use a real example of this from the BES; the..."
  • 20:1020:10, 2 February 2023 diff hist +35 m Developer Info→‎C++ Coding Information

1 September 2022

30 August 2022

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)