Тёмный
No video :(

P99 CONF: Coding for Speed: Rust vs Zig vs.... JavaScript ??? 

ScyllaDB
Подписаться 6 тыс.
Просмотров 7 тыс.
50% 1

Go to www.p99conf.io/ for P99 CONF talks on demand and learn more.
. . . . .
What's the best option for coding for speed: Rust? Zig? JavaScript!?! Glauber Costa (Turso) leads a discussion with Carl Lerche (Tokio, AWS) and Jarred Sumner (Bun, Oven) at P99 CONF 2023.

Опубликовано:

 

29 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@10e999
@10e999 9 месяцев назад
IMO, Zig is the most exciting and promising language in the space of high-performance programming.
@coder415
@coder415 10 месяцев назад
priority of rust is safety, priority of zig is extreme performance via allocators cache friendly data structures simd etc... different philosophies different tradeoffs
@__jan
@__jan 9 месяцев назад
Rust's priority is correctness, but it's not prescriptive, that's why unsafe exists. People write extremely performant software in Rust just fine all the time. Custom allocators, cache-friendly data structures, and SIMD - all of that is available.
@dmitryg1769
@dmitryg1769 9 месяцев назад
I would really love to see something like Zig's comptime in Rust. Rust attribute macros as compiler time reflection emulation that operate with tokens are total hell
@r2com641
@r2com641 5 месяцев назад
Rust is total hell itself
@CompletelyCovered3
@CompletelyCovered3 9 месяцев назад
Jarred was just getting warmed up at the end. The talk favored Rust for the most part, but Jarred is doing great stuff with a pre-v1.0 language.
@PaulSebastianM
@PaulSebastianM 8 месяцев назад
I find it more and more obvious that Rust is the metaphorical C++ successor and Zig is the not so metaphorical C succesor. But with C it's a bit harder to decide for me. There are a number of C replacements that feel equally good.
@PRIMARYATIAS
@PRIMARYATIAS 7 месяцев назад
Odin lang and Nim lang.
@catsby9051
@catsby9051 6 месяцев назад
@@PRIMARYATIAS Nim is not a replacement for C. It uses a garbage collector which immediately disqualifies it.
@r2com641
@r2com641 5 месяцев назад
Working with rust is not productive for a project, and its safety is not provided when you code on low level metal layer anyway, so zig all the way ⚡️
@Heater-v1.0.0
@Heater-v1.0.0 Месяц назад
How so? I find working in Rust as productive as my old days of C and C++. When coding in any language one needs "unsafe" to do get any I/O. Without any I/O a program would be useless. On bare metal that typically means you need "unsafe" only for some small parts of code that hit peripheral registers and such. As such "unsafe" is confined to clearly delineated, small, blocks of code it is easier to verify than have the entire application be "unsafe". Hence correctness is more easily achieved. I know nothing of Zig, sounds great, but when making language comparisons we should at least be factual rather than purely emotive.
@kanji_nakamoto
@kanji_nakamoto 6 месяцев назад
Jarred Sumner is in a different level. Legend!
@surajmandal_567
@surajmandal_567 8 месяцев назад
Yeah in two weeks we learn how to write hello world.
Далее
Jon Gjengset - Towards Impeccable Rust
55:59
Просмотров 27 тыс.
Rust & Zig Combined • Richard Feldman • GOTO 2023
45:34
WELCOME TO THE FAMILY, MOE! (Brawl Stars Animation)
00:40
The Vlang Drama
43:35
Просмотров 100 тыс.
Zig for Impatient Devs
9:48
Просмотров 85 тыс.
Rust for TypeScript devs : Borrow Checker
8:49
Просмотров 221 тыс.
When Zig Outshines Rust | Prime Reacts
23:31
Просмотров 139 тыс.
Let's make an htop-like in your browser (with Rust)
51:25
Senior Angular Developer Interview (theory)
41:57
Просмотров 17 тыс.
I'm Coming Around To Go...
21:33
Просмотров 112 тыс.
The Rust Standard Library is SO Confusing...Until Now!
11:45