Skip to content

[Task]: Vector search in memory caching #314

@lukasnxyz

Description

@lukasnxyz

Task Type

Feature

Task Description

  • use either a hashmap or an lru cache in memory so as to not have to always fetch from lmdb table

  • Instead of indexing into a Vec within a loop, make a slice of the Vec before the loop and then index into the slice within the loop.

Priority

Medium

Additional Information

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions