You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess it has to do with everything living on stack and each entry needs a prev/next indexes(u16) = 4 bytes vs 8 bytes if cache made larger...
Could probably benefit from u16 made into a generic parameter? (thread stack size can be configured)
If you need to store thousands of items, uluru is probably not a very good solution, because performing a lookup requires scanning through every single item (in the worst case). This library is designed for caches that store a small number of items.
Why such an arbitrary low limit?
uluru/src/lib.rs
Line 90 in 81d33cb
The text was updated successfully, but these errors were encountered: