keyache
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Keyache

The keyache package introduces an enhanced caching solution using an LRU mechanism combined with AVL trees. This fusion offers efficient data retrieval with self-balancing capabilities, ensuring consistent O(log n) performance for insertions, deletions, and lookups. The AVL-based LRU cache optimizes memory usage by maintaining a balanced tree structure, providing a seamless balance between speed and memory efficiency. This package is ideal for applications requiring high-performance caching, offering improved responsiveness, reduced computational overhead, and efficient resource utilization

Install the package in the program

npm i keyache

To contribute to the repository

Clone the repository

git clone git@github.com:Devkant21/keyache.git

https://www.npmjs.com/package/keyache

Readme

Keywords

Package Sidebar

Install

npm i keyache

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

23.6 kB

Total Files

8

Last publish

Collaborators

  • devkant21