1. 11 Jun, 2015 1 commit
    • Jon Skeet's avatar
      Improve string encoding times. · 35e4dbd5
      Jon Skeet authored
      Cache a reference to Encoding.UTF8 - the property access is (rather surprisingly) significant.
      Additionally, when we detect that the string is all ASCII (due to the computed length in bytes being the length in characters), we can perform the encoding very efficiently ourselves.
      35e4dbd5
  2. 09 Jun, 2015 2 commits
  3. 05 Jun, 2015 1 commit
  4. 04 Jun, 2015 6 commits
  5. 03 Jun, 2015 4 commits
  6. 02 Jun, 2015 11 commits
  7. 01 Jun, 2015 2 commits
  8. 31 May, 2015 3 commits
  9. 30 May, 2015 2 commits
  10. 29 May, 2015 3 commits
  11. 28 May, 2015 2 commits
  12. 27 May, 2015 1 commit
  13. 26 May, 2015 2 commits