Oct 2024
14 Mon
15 Tue
16 Wed
17 Thu
18 Fri
19 Sat 11:00 AM – 02:00 PM IST
20 Sun
Accepting submissions
Not accepting submissions
Design Patterns for async and parallel systems with RustPreface As Rust has matured it provides both async and parallel programming primitives for efficient concurrency, although Rust isn’t opionated about any specific kind of concurrency pattern. As a language Rust’s Concurrency Model derived from Send + Sync Marker traits provide even common design patterns and libraries with ways to help users avoid the most cumbersome of foot-guns in the form of d… more
|
Instrumentation tools for Tokio runtimeThis will be a short introduction talk/more like a whirlwind tour of tools which expose instrumentation information from Tokio runtime like more
|
Building a Bitcask-like store in RustThis lightning talk will cover the design and implementation of a log-structured key-value store, inspired by Bitcask, a storage engine for the Riak distributed database. more
|
Hosted by