Files
weave-scope/extras
Matthias Radestock 4162b5d734 allocate less memory in LatestMap merging
Most maps we merge have the same keys, or at least one set of keys is
the subset of the other. Therefore, allocate a result slice capable of
holding only the max of number keys, rather than the sum.
2017-12-02 13:13:08 +00:00
..
2017-05-26 15:33:15 +01:00
2017-05-22 17:27:35 +02:00
2017-05-22 17:27:35 +02:00

Extra code

Useful things that go well with scope.

  • Code in this directory must always compile (enforced by CircleCI)
  • This directory is ignored for testing but should lint cleanly
  • Changes to code in this directory does not need to be PR'd