Skip to content

feat(diskann): io uring backend#599

Open
richyreachy wants to merge 58 commits into
alibaba:mainfrom
richyreachy:feat/diskann_on_iouring
Open

feat(diskann): io uring backend#599
richyreachy wants to merge 58 commits into
alibaba:mainfrom
richyreachy:feat/diskann_on_iouring

Conversation

@richyreachy

Copy link
Copy Markdown
Collaborator

Introduce IO uring support for diskann using raw Linux syscalls on liburing, which is natively available in linux 5.3 or above. As the highest-priority backend in the fallback chain, IO uring takes order as: io_uring → libaio → pread.

@iaojnh

iaojnh commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

python/zvec/typing/init.pyi 中的 IOBackendType 需要添加io_uring类型

bool all_ok = true;
uint64_t processed = 0;

for (unsigned i = head; processed < n_ops; i = (i + 1), processed++) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

怎么确认异步任务n_ops个请求都已经处理完毕?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants