Skip to content

ahicks92/asset_lru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asset_lru

Actions

docs

Sometimes you want to cache assets from disk or somewhere else expensive. Sometimes those assets are much smaller as compressed/encoded bytes. This crate provides a reasonably smart strategy for such cases, where the encoded bytes are cached in memory as well as the decoded object.

This is very new, but with good code coverage via unit tests.

About

A cache for things which are read from disk, but much larger once unpacked

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages