GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#swift #cache #filters #image #image_processor #ios #kingfisher #macos #swift #xcode

Kingfisher is a powerful library for downloading and caching images in your apps. It helps you load images from the web quickly and efficiently. Here are the key benefits:
- It downloads images asynchronously and caches them for faster access later.
- You can customize how images are processed, such as resizing or adding effects.
- It supports both UIKit and SwiftUI, making it versatile for different types of apps.
- It includes features like placeholders, indicators, and transition animations while loading images.
- You can control cache behavior, including expiration dates and size limits.

Using Kingfisher simplifies your code and improves your app's performance when handling images. For example, you can set an image to an `UIImageView` with just a few lines of code, and it will handle the downloading and caching automatically. This makes your app run smoother and saves you time in development.

https://github.com/onevcat/Kingfisher
👍1
#java #cache #distributed #distributed_locks #executor #hibernate #java #json #lock #map #micronaut #quarkus #queue #redis #redis_client #scheduler #session #spring #tomcat #valkey #valkey_client

Redisson is a powerful Java client for Redis and other real-time data platforms. It offers high-performance, thread-safe, and asynchronous connections, making it ideal for complex applications. You can use it with various deployment types, such as single, cluster, sentinel, and more, and it is compatible with major cloud services like AWS, Azure, and Google Cloud. Redisson supports many features like distributed locks, counters, collections, and services, as well as integration with popular frameworks like Spring and Micronaut. This makes it easier to manage and scale your data efficiently, ensuring reliability and performance in your applications.

https://github.com/redisson/redisson