Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Nov 10, 2017
  2. Oct 31, 2017
  3. Oct 10, 2017
  4. Oct 03, 2017
  5. Sep 15, 2017
  6. Sep 14, 2017
  7. Sep 13, 2017
  8. Sep 12, 2017
  9. Aug 30, 2017
  10. Aug 29, 2017
  11. Jun 26, 2017
  12. Jun 22, 2017
  13. Apr 21, 2017
    • Simon Heybrock's avatar
      Re #0. Reduced number of memory allocations and shared_ptr inc/decr. · f3b69a51
      Simon Heybrock authored
      Workspace2D and EventWorkspace both initialize HistogramData::Histogram
      in their init() methods. Previously this was written in a suboptimal way
      that caused more shared_ptr access (atomic increment/decrement
      operations) and memory allocations than necessary. The improvements here
      may give speedups on the percent level.
      f3b69a51
  14. Mar 13, 2017
  15. Jan 26, 2017
  16. Nov 08, 2016
  17. Oct 27, 2016
  18. Oct 15, 2016
  19. Oct 04, 2016
  20. Sep 27, 2016
  21. Aug 31, 2016
  22. Aug 29, 2016
  23. Jul 21, 2016
  24. Jul 19, 2016
  25. Jul 18, 2016
  26. Jun 07, 2016
  27. Jun 06, 2016
  28. May 30, 2016
  29. May 28, 2016
  30. May 24, 2016
Loading