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. 28 9月, 2017 1 次提交
  3. 19 9月, 2017 1 次提交
  4. 16 9月, 2017 1 次提交
  5. 15 9月, 2017 2 次提交
  6. 14 9月, 2017 2 次提交
  7. 12 9月, 2017 2 次提交
  8. 09 9月, 2017 1 次提交
  9. 03 9月, 2017 1 次提交
  10. 01 9月, 2017 4 次提交
  11. 31 8月, 2017 1 次提交
  12. 30 8月, 2017 3 次提交
  13. 25 8月, 2017 3 次提交
  14. 24 8月, 2017 4 次提交
  15. 23 8月, 2017 10 次提交
  16. 22 8月, 2017 2 次提交