zoukankan      html  css  js  c++  java
  • Beating JSON performance with Protobuf https://auth0.com/blog/beating-json-performance-with-protobuf/

    Beating JSON performance with Protobuf https://auth0.com/blog/beating-json-performance-with-protobuf/

    Protobuf Performance Comparison and Points to Consider When Deciding If It’s Right For You - DZone Performance https://dzone.com/articles/protobuf-performance-comparison-and-points-to-make

     JSON    Proto
    Time    Broadband    555 MS    359 MS
    Payload size    Broadband    1.2 MB    684KB
    Time    3G (1Mb/S)    7.93 S    4.6 S
    Payload size    3G (1Mb/S)    1.2 MB    684KB
    Time (ms)    2G    22 S    13.73 S
    Payload size    2G    1.2 MB    684KB


    Network    JSON    Proto
    Time    Broadband    288 MS    293 MS
    Payload size    Broadband    512 KB    292 KB
    Time    3G (1Mb/S)    2.91 S    1.86 S
    Payload size    3G (1Mb/S)    512 KB    292 KB
    Time    2G    9.80 S    6.06 S
    Payload size    2G    512 KB    292 KB


    Network    JSON    Proto
    Time    Broadband    229 MS    233 MS
    Payload size    Broadband    302 KB    269 B
    Time    3G (1Mb/S)    318 MS    331 MS
    Payload size    3G (1Mb/S)    302 KB    269 B
    Time    2G    723 MS    808 MS
    Payload size    2G    302 KB    269 B

  • 相关阅读:
    vba中数据类型
    Excel统计函数COUNTIF()的常规用法介绍
    分类求和
    在每个sheet的相同位置写入相同的值
    Timer函数
    数组总结
    如何制作本地yum源
    HDFS的优缺点
    HDFS安全模式
    HDFS的HA(高可用)
  • 原文地址:https://www.cnblogs.com/rsapaper/p/13087879.html
Copyright © 2011-2022 走看看