All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Iroh-blobs 0.95 Release: New Connection Pool, Downloader, and Performance Features

By

janandonly

7mo ago· 6 min readenNews

Summary

Iroh-blobs 0.95 introduces several significant new features including a connection pool for managing concurrent connections, a downloader for orchestrating downloads from multiple peers, a new blob format with improved metadata handling, and enhanced performance optimizations. The update focuses on improving efficiency for blob storage and transfer operations while maintaining backward compatibility.

Key quotes

· 5 pulled
Iroh-blobs 0.95 contains a number of significant new features that are worth explaining in detail.
There is a new connection pool in util::connection_pool. This is useful whenever you have a protocol that has to talk to a large number of endpoints while keeping an upper bound of concurrent open connections.
The downloader is a new component that can orchestrate downloads from multiple peers.
There is a new blob format that is more efficient and easier to work with.
The new features are designed to be backward compatible with existing code.
Snippet from the RSS feed
Learn about the new features in the new blobs API

You might also wanna read