ITADN

Serialization/deserialization uses `size_t`

#97Closedmadmann91 创建于 2025-02-01
enhancement
M
madmann91commented
Using `size_t` makes the format architecture/system-dependent. Using an integer with the same number of bits as node indices would be a better, more stable option.
关闭于 2025-02-01 1 条评论