Yi Deng
Yi Deng
## PR Details Add calculation cache to improve CalcCellValue performance ## Description Implements a calculation cache mechanism for `CalcCellValue` to significantly improve performance when calculating formulas repeatedly. The cache stores...
# PR Details Add rows.IterateColumns(iterateFunc), iterate it with a callback function instead create a huge []string.And that will enhance memory performance ## Related Issue close #2191 ## Example: ```go err...
This change implements the missing Pipeline , TxPipelined , and Command methods on the redis.Redis type. This ensures that *redis.Redis satisfies the redisNode interface. close #5175
I fixes a memory leak issue that occurred when loading a YAML configuration file with self-referencing structs. The previous implementation entered an infinite loop during type analysis, causing a stack...
This PR introduces a performance optimization for the rich logger by implementing a caching mechanism that avoids repeated processFieldValue calls for the same field names. The solution adds a unique...