Issue 2024-W10

Published on

Subscribe to new issues of the bulletin via the RSS feed or via email.

This week has been about zero-copy deserialisation, columnar SQLite, a lightweight WebAssembly runtime and more Git tips and tricks.

# rkyv

A Rust library for generic zero-copy deserialisation.

# Stanchion

A SQLite extension enabling column-oriented storage to SQLite.

# TinyWasm

An attempt to build a small (< 6k lines of code), portable and lightweight WebAssembly runtime.

# So You Think You Know Git - FOSDEM 2024 (video)

A talk by Scott Chacon on Git Tips and Tricks. Some old, some new and a bit on monorepo optimisations.