the8472

Results 40 issues of the8472

The building blocks are already there. Publishing would be great too but would require supporting the send component of BEP9

* juggle multiple infohashes. hybrid torrents and the associated [magnets](http://bittorrent.org/beps/bep_0009.html#magnet-uri-format) can have two. we might only know the 20byte "identifier" prefix of a v2 hash if we captured it from...

Hi, the rust standard library is going to remove the unstable `#![feature(raw_vec_internals]` (`RawVec`) feature in upcoming nightlies (see https://github.com/rust-lang/rust/pull/90542) since it was only for compiler-internal use and not on a...

#### What version of ripgrep are you using? ``` ripgrep 13.0.0 -SIMD -AVX (compiled) +SIMD +AVX (runtime) ``` #### How did you install ripgrep? cargo install ripgrep #### What operating...

**Is your feature request related to a problem? Please describe.** Opening large perf recordings (e.g. of a test-suite spawning many binaries) takes minutes, most of the time is spent executing...

enhancement
help wanted

- open some site that gets redrawn frequently, e.g. a youtube video - open `about:memory` - measure - take a look at `dom/memory-file-data/large` (might be under tiny) - open /...

bug

Benched with `-Ctarget-cpu=znver2` ``` OLD: test quantiles_below ... bench: 3,618 ns/iter (+/- 54) NEW: test quantiles_below ... bench: 37 ns/iter (+/- 1) ```

Eclipse JDT shows fairly verbose tooltips when hovering over almost anything, including inferred types for generics in chained expressions. Since there is a lot of type inference going on in...

enhancement

Since chacha20 already contains its current block state it does not seem to make sense to require an input and output block, the bytes could be directly xor_ed into the...