https://blogs.igalia.com/mrego/servo-2025-stats/
| rust-av | https://github.com/rust-av |
| wot-rust | https://github.com/wot-rust |
| cargo-c | https://github.com/lu-zero/cargo-c |
| github | https://github.com/lu-zero |
Rather than polishing the new code, I spent most of this release improving test coverage and benchmark precision. Thanks to @lu_zero for CI configuration hints.
https://crates.io/crates/aehobak/0.0.14
I improved the cache locality of the content matching step: Indexes are now split over 16KiB input blocks and use half as much memory altogether. This improved differencing speed by about 20%, finally exceeding 4 times the speed of the bsdiff crate.
Went for a walk with @slomo today around sunset time and met some ducks. So I took some sunset duck pictures!
#Sunset #SunsetPhotography #Duck #Ducks #BirdWatching #BirdPhotography #Sea #Beach #Photography #Thessaloniki #Greece
New Redis release, but with a twist.
It's the first release to include our #rustlang patches to Redis Query Engine!
In particular, it ships the new TrieMap implementation I wrote with Henk, as part of Mainmatter's ongoing collaboration with Redis.
New RCL 0.8.0 is out, with support for floats! This finally delivers on the json superset promise.
Try it out in your browser at https://rcl-lang.org/.
Itβs always a small relief to see others making the effort.
New #rustlang `reqwest` v0.12.15 out right now!
Fixes for Windows proxies and HTTP/3
https://github.com/seanmonstar/reqwest/releases/tag/v0.12.15