←back to thread

741 points chirau | 1 comments | | HN request time: 0.374s | source
Show context
holografix ◴[] No.44361693[source]
Can anyone point to the top 3 Rust specific things that UV leverages to make it run so much faster?

Yes I know Rust is not a GC language… go a level deeper

replies(2): >>44361735 #>>44361742 #
1. quantisan ◴[] No.44361742[source]
1. Zero-Copy Deserialization with rkyv and Unsafe Code 2. Platform-Specific High-Performance Memory Allocators 3. High-Performance Hash Maps with FxHasher and SwissTable

https://deepwiki.com/search/point-to-the-top-3-rust-specif_4...