Xamarin Library to load images quickly and easily.
Features:
- Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support
- Configurable disk and memory caching
- Multiple image views using the same image source (url, path, resource) will use only one bitmap which is...
More information
Xamarin Library to load images quickly and easily on Xamarin.Forms.
Ensure you call CachedImageRenderer.Init() on each platform!!!
Features:
- Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support
- Configurable disk and memory caching
- Multiple image views...
More information
A multi-threaded high performance Least Recently Used cache with async/await support, compiled for .NET Standard 1.1.
Read https://www.continuousimprover.com/2016/02/a-least-recently-used-cache-that-you.html for some background information.
A multi-threaded high performance Least Recently Used cache with async/await support, compiled for .NET Standard 1.1 and shipped as source-only NuGet package.
Read http://www.continuousimprover.com/2016/02/a-least-recently-used-cache-that-you.html for some background information.
A multi-threaded high performance Least Recently Used cache with async/await support, compiled for .NET Standard 1.1.
Read https://www.continuousimprover.com/2016/02/a-least-recently-used-cache-that-you.html for some background information.
A Trie (Prefix tree) which only stores the latest N most used words. Support predict words based on a prefix used in autocomplete fields.
It uses a double a Trie in combination with a double linked list to store only an specific number of words, if more words are added over the capacity, the least...
More information