I am trying to optimize my dependency tree,
and see that rusqlite depend on hashlink,
which depend on hashbrown, ahash, getrandom.
Is it slightly overkill for "lru cache" with size of 16?
What do you think about PR that remove "hashlink" and implement
"lru cache" on top of std library with usage of knowledge that "lru cache"
is small enough (16)?
I am trying to optimize my dependency tree,
and see that rusqlite depend on hashlink,
which depend on hashbrown, ahash, getrandom.
Is it slightly overkill for "lru cache" with size of 16?
What do you think about PR that remove "hashlink" and implement
"lru cache" on top of std library with usage of knowledge that "lru cache"
is small enough (16)?