1. 04 10月, 2017 2 次提交
    • 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
    • J
      Hold DocumentIds in ProjectState in ImmutableLists · 0305475c
      Jason Malinowski 提交于
      We previously were using ImmutableArrays, so if you had a large number
      of documents (say thousands) we'd be creating huge numbers of huge
      arrays over and over again. For this pattern, ImmutableList is more
      appropriate.
      0305475c
  2. 30 9月, 2017 1 次提交
  3. 29 9月, 2017 3 次提交
  4. 28 9月, 2017 1 次提交
  5. 20 9月, 2017 1 次提交
  6. 19 9月, 2017 1 次提交
  7. 16 9月, 2017 1 次提交
  8. 15 9月, 2017 3 次提交
  9. 14 9月, 2017 4 次提交
  10. 12 9月, 2017 3 次提交
  11. 09 9月, 2017 2 次提交
  12. 07 9月, 2017 2 次提交
  13. 03 9月, 2017 1 次提交
  14. 01 9月, 2017 6 次提交
  15. 31 8月, 2017 4 次提交
  16. 30 8月, 2017 4 次提交
  17. 25 8月, 2017 1 次提交