1. 04 10月, 2017 1 次提交
    • J
      Keep ProjectState._documentStates sorted rather than resorting the IDs · 9ee89371
      Jason Malinowski 提交于
      Since ImmutableDictionary and ImmutableSortedDictionary are both
      implemented via trees; you can think of an ImmutableDictionary as just
      being a sorted dictionary where the underlying key is the hash int.
      Since our hash is just a hash of a GUID, we can compare by the GUID,
      switch to a ImmutableSortedDictionary, and then avoid another sort
      when we're computing checksums.
      9ee89371
  2. 13 1月, 2017 1 次提交
  3. 07 12月, 2016 1 次提交
  4. 06 12月, 2016 1 次提交
  5. 12 11月, 2016 1 次提交
  6. 09 11月, 2016 1 次提交
  7. 22 10月, 2016 1 次提交
  8. 18 10月, 2016 1 次提交
  9. 14 10月, 2016 1 次提交
  10. 11 10月, 2016 1 次提交
  11. 10 10月, 2016 1 次提交