FAForever/server

Maximum precision for float serialization

开放

#875 创建于 2022年1月1日

 (0 条评论) (0 个反应) (0 位负责人)Python (79 个派生)auto 404
good first issue

仓库指标

星标
 (72 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

We should explicitly set the number of decimal places to use for float serialization. This will probably have to be done by subclassing the default JSONEncoder and using a custom float wrapper that knows how to serialize itself with a certain precision. It might also be possible using the standard library Decimal type. We should make sure to consider the impact on the performance of serialization.

https://docs.python.org/3.9/library/json.html#json.JSONEncoder

Fields affected:

  • queue_pop_time_delta in matchmaker_info

贡献者指南