Live data from Hacker News

Viewing profile — kryps

kryps

HN member
Joined
Fri, Mar 08, 2013, 6:56 AM UTC
HN karma
330
Public activity
46 items

About kryps

No profile information was provided.

Recent public activity

  1. 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.

  2. comment
    Comment #46165453

    Previously: https://news.ycombinator.com/item?id=45703926

  3. 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…

  4. comment
    Comment #30411855

    Can we have " (2020)" added to the title?

  5. comment
    Comment #27183980

    You are not doing a release build.

  6. comment
    Comment #27183264

    WSL2, correct.

  7. 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.

  8. 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.

  9. 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).

  10. 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…

  11. comment
  12. 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...

  13. 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…

  14. comment
  15. story
  16. comment
    Comment #26076695

    How is the performance compared with simdjson ( https://github.com/simdjson/simdjson )?

  17. comment
    Comment #24049290

    Tip: Rust BufReaders default to 8KiB buffers which are way too small for high-performance sequential NVME I/O.

  18. comment
    Comment #23830001

    User namespaces remapping is still not supported in Kubernetes, see https://github.com/kubernetes/enhancements/issues/127

  19. story
  20. comment
    Comment #11453111

    Not sure about the speed compared to Genymotion. HAXM is still required but less buggy now.

  21. story
  22. story
  23. story
  24. comment
    Comment #10197289

    The guy is no longer working for soundcloud.

  25. 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…