Xiaoguang Sun
Xiaoguang Sun
Use thread local state for high compressor, this can reduce one memory allocation and free for each compress call to one memory allocation per thread. Size of state is roughly...
### First-time contributors' checklist - [x] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) ### Which...
Closes: #129
- [ ] #129 - [ ] design doc - [ ] test plan ......
Fix memcpy using wrong source address bug
Looks like TiDB Dev Guide is using 'Understand TiDB' however TiKV Dev Guide uses 'Understanding TiKV' instead. Looked into Rust book, and it uses 'Understanding XXX' consistently. Therefore I suggest...
 It might be better to open 'Go's download page' link in a new tab as we really just want to download go at background and keep reading the book.
Reader might return before finish reading all pending bytes. This might cause event handling to fail randomly. Signed-off-by: Xiaoguang Sun
## Problem: In recent years, TiSpark has served as an indispensable component of the TiDB ecosystem, enabling seamless integration between Spark and the TiDB ecosystem. However, after careful consideration and...