JinYan Su

Results 34 issues of JinYan Su

Ubuntu 22.04 g++ version : 11.20 glibc version : 2.35 ### fs-test the reason why fs test build failed : From glibc 2.24 onwards, the __malloc_initialize_hook variable has been removed...

Compatibility
Done

## What is the problem your feature solves, or the need it fulfills? Although testing cache hit rates using the Zipf distribution yields good results, I propose introducing trace datasets...

documentation
enhancement

I think your project do well. And it has the newest feature both in C++ and the OS. But one important feature `modules` in `C++20` is missed. I think it's...

https://github.com/datenlord/datenlord/blob/aecad64a1a91e5dc01ef9d4c730705c6b281d406/src/storage/backend/backend_impl.rs#L105 According to this ,https://github.com/xiaguan/page_cache/issues/1

bug
good first issue

#482 ,we have no test to cover this case. We need new tests, I believe comprehensive fuzz testing is necessary to expand the overall coverage. Because current IT focuses more...

enhancement

I am writing to address a concern about the current implementation in the `kv_engine.rs module`. When initially written, the `KeyType` and `ValueType` were represented as two separate enum types due...

enhancement

documentation

I am writing to request a refactoring of certain functions in our codebase that have been marked with the `#[allow(clippy::too_many_lines)]` attribute. These functions are currently quite lengthy, which makes them...

enhancement
good first issue

After the storage refactoring is complete, we should implement our file deletion logic. - [ ] Implementation of the file deletion logic

bug

I have identified a need for performance tuning in the storage module, with a specific focus on improving write performance. Currently, there is a noticeable performance bottleneck in the storage...

bug