Files
openfoam/src/OpenFOAM/global
Mark Olesen dd560a6e3c ENH: reduce allocations/sorting when setting time (#2461)
- use DynamicList instead of List in the cache, which reduces the
  number of allocations occuring each time.

- since the cached times are stored in sorted order, first check if the
  new time is greater than the last list entry. Can then simply append
  without performing a binary search and can obviously also skip any
  subsequent sorting.

STYLE: add noexcept to Instant methods, declare in header (like Tuple2)
2022-05-10 21:16:09 +02:00
..
2019-10-31 14:48:44 +00:00
2021-11-03 11:38:21 +01:00
2021-06-28 09:14:42 +01:00