licenses.dev

lru_map v0.3.3

Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

This package has no dependencies.
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/lru_map)](https://licenses.dev/npm/lru_map)
<a href="https://licenses.dev/npm/lru_map">
  <img src="https://licenses.dev/b/npm/lru_map" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.3 version:

[![licenses](https://licenses.dev/b/npm/lru_map/0.3.3)](https://licenses.dev/npm/lru_map/0.3.3)
<a href="https://licenses.dev/npm/lru_map/0.3.3">
  <img src="https://licenses.dev/b/npm/lru_map/0.3.3" alt="licenses" />
</a>
GitHub