Viewing profile — kryps
kryps
HN member- Joined
- Fri, Mar 08, 2013, 6:56 AM UTC
- HN karma
- 330
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About kryps
No profile information was provided.
Recent public activity
-
comment
Comment #46588078
No, you can't do the same thing in Rust, because Rust crates and the standard library generally use the global allocator and not any arena you want to use in your code.
-
comment
Comment #46165453
Previously: https://news.ycombinator.com/item?id=45703926
-
comment
Comment #35069915
The paper does not make that claim. According to the paper the probability of recovering the correct value of a single bit is 96% for a pristine drive and 56% for a used drive, bot…
-
comment
Comment #30411855
Can we have " (2020)" added to the title?
-
comment
Comment #27183980
You are not doing a release build.
-
comment
Comment #27183264
WSL2, correct.
-
comment
Comment #27183212
Yep, see below. With WSL and an ext4 virtual disk it takes only 29 seconds. Still quite a bit more than the 22 seconds on the Macbook.
-
comment
Comment #27183191
cargo install on WSL2 uses the non-mapped home directory, which is on an ext4 virtual disk. That is probably one reason why it is six seconds faster.
-
comment
Comment #27183084
Nope, pure compile time on a Core i7-10750H with Windows and Rust 1.52.1, antivirus disabled. WSL did not make much of a difference though (29 seconds).
-
comment
Comment #27182921
It does not just feel faster, in many cases it is faster. E.g. compiling Rust code is so much faster that it is not even funny. cargo install -f ripgrep takes 22 seconds on a Mac B…
- comment
-
comment
Comment #26899436
As far as I can see it does not use SIMD for UTF8 validation, only likely/unlikely instrinsics, see https://github.com/hsivonen/encoding_rs/blob/e98a2096ab09c92...
-
comment
Comment #26889841
Check the benchmarks section ( https://github.com/rusticstuff/simdutf8#Benchmarks ), second table. simdutf8 is up to 28 % faster on my Comet Lake CPU. However with pure ASCII clang…
- comment
- story
-
comment
Comment #26076695
How is the performance compared with simdjson ( https://github.com/simdjson/simdjson )?
-
comment
Comment #24049290
Tip: Rust BufReaders default to 8KiB buffers which are way too small for high-performance sequential NVME I/O.
-
comment
Comment #23830001
User namespaces remapping is still not supported in Kubernetes, see https://github.com/kubernetes/enhancements/issues/127
- story
-
comment
Comment #11453111
Not sure about the speed compared to Genymotion. HAXM is still required but less buggy now.
- story
- story
- story
-
comment
Comment #10197289
The guy is no longer working for soundcloud.
-
comment
Comment #10197268
Make sure to fix the zippers in place. Otherwise it is very easy to still open the bag by just prying open the zippers and closing them again by moving the tied-together zippers. h…