sturdyc icon indicating copy to clipboard operation
sturdyc copied to clipboard

A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant

Results 7 sturdyc issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Occasionally, the generic `sturdyc.GetOrFetch` function will fail to assert types, returning `sturdyc.ErrInvalidType`. **Expected behaviour** It should not do that, or produce an error message that is way...

bug

We use sturdyc in many different scenarios, including manual upserts to cache from our logic. It works fine, but by doing so, we are completely missing some features, including distributed...

enhancement

**Is your feature request related to a problem? Please describe.** I rely mostly on the `sturdyc.GetOrFetch` method to pass a chosen pre-configured cache where needed, this, however, means that it...

enhancement

**Is your feature request related to a problem? Please describe.** For GetOrFetchBatch, have you thought about switching to an iterator-based approach? There are different "delivery times" for items from the...

enhancement

**Is your feature request related to a problem? Please describe.** We are currently running into situations where we are attempting to estimate how much memory the cache uses, in order...

enhancement

This is a low-priority suggestion but I figured I should offer it to you. I have a use-case in which each entry that I am caching may have a different...

enhancement

Hey @viccon ! Thanks for the awesome library! What do you think of this proposal? **Is your feature request related to a problem? Please describe.** When using OTel to collect...

enhancement