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. 03 9月, 2017 1 次提交
  3. 01 9月, 2017 1 次提交
  4. 25 8月, 2017 1 次提交
  5. 23 8月, 2017 1 次提交
  6. 22 8月, 2017 2 次提交
  7. 19 8月, 2017 1 次提交
  8. 08 8月, 2017 1 次提交
  9. 21 7月, 2017 1 次提交
  10. 13 7月, 2017 2 次提交
  11. 12 7月, 2017 3 次提交
  12. 07 7月, 2017 1 次提交
  13. 05 7月, 2017 1 次提交
  14. 30 6月, 2017 6 次提交
  15. 29 6月, 2017 2 次提交
  16. 17 6月, 2017 1 次提交
  17. 10 6月, 2017 1 次提交
  18. 09 6月, 2017 1 次提交
  19. 06 6月, 2017 1 次提交
  20. 30 5月, 2017 2 次提交
  21. 25 5月, 2017 1 次提交
  22. 19 5月, 2017 1 次提交
  23. 18 5月, 2017 1 次提交
  24. 17 5月, 2017 1 次提交
  25. 09 5月, 2017 4 次提交