Commit Graph

5 Commits

Author SHA1 Message Date
Simon_CQK
d0883bab13 fix: typo on queryLastChunk logging. (#253)
Some checks failed
Build / build (push) Has been cancelled
Signed-off-by: SimonCqk <cqk0100@gmail.com>
2025-04-22 14:29:44 +08:00
SF-Zhou
b71ffc5560 Modify the direct io align size to 4K (#158)
Co-authored-by: dev <noreply@deepseek.com>
2025-03-12 13:49:07 +08:00
胡玮文
165f09a7b4 add fmt:: namespace to distinguish from std::format_to (#43)
When compiled with new toolchain that implements std::format_to, it become
ambiguous on which one should be called. Due to argument-dependent lookup, even
if we are not `using namespace std;` the std version is still considered. So
let's add fmt:: to avoid ambiguous compilation error.
2025-03-03 08:07:52 +08:00
SF-Zhou
d4f244db65 Remove illegal constexpr from function declaration (#18) 2025-02-28 23:20:53 +08:00
dev
815e55e4c0 Initial commit 2025-02-27 21:53:53 +08:00