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

  • 相关阅读:
    nexus-3.2.0-01.zip安装以及如何启动服务
    Windows环境使用Nexus-3.x搭建Maven私服
    Maven中settings.xml的配置项说明
    Maven之setting.xml配置文件详解
    设置MAVEN_OPTS环境变量
    使用Nexus搭建Maven私服
    spark-submit参数配置
    spark遇到的问题(持续更新)
    hikari参数配置
    java 开发遇到的问题
  • 原文地址:https://www.cnblogs.com/rsapaper/p/13087879.html
Copyright © 2011-2022 走看看