1. 10 Jul, 2019 4 commits
    • Hao Nguyen's avatar
      Merge pull request #6331 from elharo/patch-2 · fc9fd4d4
      Hao Nguyen authored
      Update guava
      fc9fd4d4
    • Hao Nguyen's avatar
      Merge pull request #6330 from elharo/patch-1 · a387c102
      Hao Nguyen authored
      Update gson
      a387c102
    • Hao Nguyen's avatar
      Merge pull request #6348 from elharo/patch-4 · 90bb99c8
      Hao Nguyen authored
      Update version in README
      90bb99c8
    • Chris Gaffney's avatar
      ruby: Improve performance of Google::Protobuf::Timestamp#to_time (#6360) · 7da7bec4
      Chris Gaffney authored
      This changes to_time to use Ruby's built in Time.at with nanos support
      rather than calculating a float and passing it to Time.at. The new
      version runs about 3 times faster than the original version and
      allocates fewer objects.
      
      Warming up --------------------------------------
          protobuf#to_time    57.296k i/100ms
            faster#to_time   133.229k i/100ms
      Calculating -------------------------------------
          protobuf#to_time    635.361k (± 2.1%) i/s -      3.209M in   5.052169s
            faster#to_time      1.873M (± 3.3%) i/s -      9.459M in   5.055169s
      
      Comparison:
            faster#to_time:  1873368.8 i/s
          protobuf#to_time:   635361.4 i/s - 2.95x  slower
      
      Calculating -------------------------------------
          protobuf#to_time   326.000  memsize (   126.000  retained)
                               7.000  objects (     2.000  retained)
                               0.000  strings (     0.000  retained)
            faster#to_time    86.000  memsize (     0.000  retained)
                               1.000  objects (     0.000  retained)
                               0.000  strings (     0.000  retained)
      
      Comparison:
            faster#to_time:         86 allocated
          protobuf#to_time:        326 allocated - 3.79x more
      7da7bec4
  2. 09 Jul, 2019 2 commits
  3. 08 Jul, 2019 4 commits
  4. 07 Jul, 2019 1 commit
  5. 05 Jul, 2019 1 commit
  6. 03 Jul, 2019 2 commits
  7. 02 Jul, 2019 2 commits
  8. 01 Jul, 2019 4 commits
  9. 27 Jun, 2019 8 commits
  10. 26 Jun, 2019 6 commits
  11. 25 Jun, 2019 1 commit
  12. 24 Jun, 2019 2 commits
  13. 21 Jun, 2019 3 commits