oleg_fov
@oleg_fov
694
subscribers
820
links
FOV aka Field of View
main:
@oleg_log
halp:
@olegkovalov
Download Telegram
Join
oleg_fov
694 subscribers
oleg_fov
#rust
https://www.youtube.com/watch?v=Dbytx0ivH7Q
YouTube
Rust
Concurrency Explained
The
Rust
programming language purports the bold claim that it guarantees thread safety while retaining the ability to write zero-cost abstractions. In this talk we'll explore precisely how
Rust
can make such a claim. We'll also explore the ecosystem that…
oleg_fov
#rust
#db
https://www.youtube.com/watch?v=s19G6n0UjsM
YouTube
Rust
at speed — building a fast concurrent database
This is a guest lecture I gave at Two Sigma in November 2018 where I discussed the experience of using
Rust
for building larger, high-performance systems. In it, I cover what makes
Rust
an attractive option for such projects; Noria, the high-performance…
oleg_fov
#cpp
#rust
https://www.youtube.com/watch?v=IPmRDS0OSxM
YouTube
A Firehose of
Rust
, for busy people who know some C++
Slides: https://jacko.io/firehose_of_rust
The slower version of this talk (2h32m): https://youtu.be/FSyfZVuD32Y
Contents:
0:00:00 introduction
0:04:03 references and mutable aliasing
0:06:54 reference lifetime examples
0:22:12 mutable aliasing examples
0:50:16…
oleg_fov
#parallel
#cpp
#rust
#zig
https://www.youtube.com/watch?v=Ws3jC6AJC_4
YouTube
Async engines in C++20,
Rust
, & Zig
Thanks much to João Guilherme Araújo for hi and bye in Portuguese! https://twitter.com/_joaogui1
Source code (including some code from others): https://github.com/contextfreecode/async-exec
0:00 Intro
0:33
Rust
usage
3:55 C++ usage
7:12 Zig usage
9:06 Zig…
oleg_fov
#rust
https://www.youtube.com/watch?v=YsiQDX20lXI
YouTube
Rust
Bay Area Meetup - November 13, 2018: Flatbuffers and Low-Latency Music Synthesis
* Bringing FlatBuffers Zero-Copy Serialization to
Rust
by Robert Winslow* Fearless Low-Latency Music Synthesis, by Raph Levien
oleg_fov
#rust
https://www.youtube.com/watch?v=XdMgH3eV6BA
YouTube
"Whoops! I Rewrote it in
Rust
" by Brian Martin
Three engineers, at various points, each take their own approach adding
Rust
to a C codebase, each being more and more ambitious. I initially just wanted to replace the server’s networking and event loop with an equally fast
Rust
implementation. We’d reuse…
oleg_fov
#rust
#parallel
https://www.youtube.com/watch?v=PbgTyCSDPrs
YouTube
P99 CONF:
Rust
Is Safe. But Is It Fast?
🎥
Watch all the P99 Conf 2021 talks here: https://www.p99conf.io/
Rust
promises developers the execution speed of non-managed languages like C++, with the safety guarantees of managed languages like Go. Its fast rise in popularity shows this promise has…
oleg_fov
#rust
https://www.youtube.com/watch?v=bnnacleqg6k
YouTube
"Type-Driven API Design in
Rust
" by Will Crichton
Rust
is a unique programming language that blends imperative and functional concepts to make low-level systems safer. However, compared to other modern languages, designing APIs in
Rust
requires a fundamentally different mindset -- for example, designing…
oleg_fov
#rust
https://www.youtube.com/watch?v=TRphkdL7Hz8
YouTube
Rust
: Fearless Programming at all Levels - Felix Klock, Mozilla
Recorded during Algolia Search Party - Performance time - October 2018, Paris.
Felix Klock, Research Engineer at Mozilla
Rust
: Fearless Programming at all Levels
Rust
is a systems programming language aimed towards the future, providing the trifecta of…
oleg_fov
#lang
#rust
https://www.youtube.com/watch?v=79PSagCD_AY
YouTube
The History of
Rust
Author: Steve Klabnik
Abstract:
The
Rust
programming language recently celebrated its one year anniversary since 1.0. While that's not a long time, there were eight years of development before that, which saw radical changes in the language. In this talk…
oleg_fov
#rust
https://www.youtube.com/watch?v=rDoqT-a6UFg
YouTube
Visualizing memory layout of
Rust
's data types [See description/first comment]
*UPDATE: This video is re-uploaded with a better audio here https://youtu.be/7_o-YRxf_cc*
Covers how a binary is executed, what segments are mapped to memory, the purpose/working of stack and heap memory, and how values of
Rust
's data types are laid out…
oleg_fov
#mojo
#python
#rust
https://www.youtube.com/watch?v=9ag0fPMmYPQ
YouTube
Mojo
🔥
: a deep dive on ownership with Chris Lattner
Learn everything you need to know about ownership in Mojo, a deep dive with Modular CEO Chris Lattner
If you have any questions make sure to join our friendly Discord community: https://modul.ar/discord
If you're ready to get started with Mojo, check out…