Assorted links for Monday, January 20:
- The Boring Option: Migrating Segment Efforts Storage at Strava
- How do you test your tests?
- How Facebook keeps its large-scale infrastructure hardware up and running
- JUring: Experimental IO_uring For Java With Big Performance Gains
JUring is a high-performance Java library that provides bindings to Linux’s io_uring asynchronous I/O interface using Java’s Foreign Function & Memory API. Doing Random reads JUring achieves 33% better performance than Java NIO FileChannel operations for local files and 78% better performance for remote files.
- How we built the GitHub Skyline CLI extension using GitHub