Skip to content

simm integration into flexkv#115

Draft
linhu-nv wants to merge 4 commits intotaco-project:mainfrom
linhu-nv:simm-integration
Draft

simm integration into flexkv#115
linhu-nv wants to merge 4 commits intotaco-project:mainfrom
linhu-nv:simm-integration

Conversation

@linhu-nv
Copy link
Copy Markdown
Collaborator

@linhu-nv linhu-nv commented Mar 4, 2026

No description provided.

@linhu-nv linhu-nv marked this pull request as draft March 4, 2026 03:07

# is this true?
def _check_success(self, results: List[int], is_set_operate: bool) -> bool:
return [k_res == 0 if is_set_operate else k_res > 0 for k_res in results]
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

change to [k_res > 0 if is_put_operate else k_res == 0 for k_res in results] will be better

# is this supported?
# do we have async delete APIs ? deletion is done in cacheengine, and need to be fast
def _batch_delete_impl(self, key_strs: List[str]) -> List[int]:
return self.store.mdelete(key_strs)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

mdelete is not supported in SiMM now

@linhu-nv linhu-nv changed the title simm integration into flexkv, very first draft version simm integration into flexkv Mar 6, 2026
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.

3 participants