summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/gruf/go-mangler
AgeCommit message (Collapse)AuthorFiles
2025-03-10[chore] remove vendorLibravatar Terin Stock6
2024-08-14update go-structr to v0.8.8 (#3199)Libravatar kim1
2024-06-21[chore] update go-structr and go-mangler to no longer rely on ↵Libravatar kim5
modern-go/reflect2 (#3026) * updates go-structr and go-mangler to no longer rely on modern-go/reflect2 (*phew* now we're go1.23 safe) * update go-structr version * bump go-structr to improve memory usage (v. slightly) in certain conditions
2024-04-02[chore] bump go structr cache version -> v0.6.0 (#2773)Libravatar kim6
* update go-structr library -> v0.6.0, add necessary wrapping types + code changes to support these changes * update readme with go-structr package changes * improved wrapping of the SliceCache type * add code comments for the cache wrapper types * remove test.out :innocent: --------- Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com>
2024-01-26[performance] cache library performance enhancements (updates go-structr => ↵Libravatar kim7
v0.2.0) (#2575) * update go-structr => v0.2.0 * update readme * whoops, fix the link
2023-02-19pull in latest go-kv, go-cache (#1530)Libravatar kim7
Signed-off-by: kim <grufwub@gmail.com>
2023-01-06[chore] pull in latest go-cache, go-runners versions (#1306)Libravatar kim3
Signed-off-by: kim <grufwub@gmail.com> Signed-off-by: kim <grufwub@gmail.com>
2022-11-11[feature] Read + Write tombstones for deleted Actors (#1005)Libravatar tobi6
* [feature] Read + Write tombstones for deleted Actors * copyTombstone * update to use resultcache instead of old ttl cache Signed-off-by: kim <grufwub@gmail.com> * update go-cache library to fix result cache capacity / ordering bugs Signed-off-by: kim <grufwub@gmail.com> * bump go-cache/v3 to v3.1.6 to fix bugs Signed-off-by: kim <grufwub@gmail.com> * switch on status code * better explain ErrGone reasoning Signed-off-by: kim <grufwub@gmail.com> Co-authored-by: kim <grufwub@gmail.com>