Posted in

Go处理超大TIFF/PSD/RAW文件的3种非常规路径:mmap内存映射+chunked decode+streaming encoder(实测2GB文件秒开)

第一章:Go处理超大TIFF/P … Go处理超大TIFF/PSD/RAW文件的3种非常规路径:mmap内存映射+chunked decode+streaming encoder(实测2GB文件秒开)Read more

Posted in

Go map[string]interface{}→string的“不可变性”保障方案:使用immutable.Map + deterministic JSON encoder防止数据污染

第一章:Go map[strin … Go map[string]interface{}→string的“不可变性”保障方案:使用immutable.Map + deterministic JSON encoder防止数据污染Read more

Posted in

Go map内struct转JSON失败的终极诊断流程图(含go tool trace分析、gc heap profile抓取、以及json.Encoder.Encode()调用栈精确定位)

第一章:Go map内struc … Go map内struct转JSON失败的终极诊断流程图(含go tool trace分析、gc heap profile抓取、以及json.Encoder.Encode()调用栈精确定位)Read more