Peter Shih

Results 8 comments of Peter Shih

Tested with the gnu version instead of musl, and verified that this is specific to musl. * On a VPS without SSD, with 24 cores/96 hyperthreads: ``` hyperfine 1.11.0 Benchmark...

Did a quick grep from binaries downloaded from https://github.com/sharkdp/fd/releases: Using jemalloc: * fd-v7.2.0-x86_64-unknown-linux-musl * fd-v7.2.0-x86_64-unknown-linux-gnu * fd-v7.4.0-x86_64-unknown-linux-gnu * fd-v8.3.2-x86_64-unknown-linux-gnu Not using jemalloc: * fd-v7.3.0-x86_64-unknown-linux-musl * fd-v7.4.0-x86_64-unknown-linux-musl * fd-v8.0.0-x86_64-unknown-linux-musl * fd-v8.2.1-x86_64-unknown-linux-musl...

Also tried building musl + jemalloc on the master branch (c577b0838b2e), with `cross build --target=x86_64-unknown-linux-musl` (https://github.com/gnzlbg/jemallocator/issues/124#issuecomment-486561511), and the performance is much better than the non-jemalloc version: ``` Benchmark #1: ~/temp/fd-musl-no-jemalloc...

Have you made sure the first time buyer option is correct? There's prediction after changing the first time buyer option to "no".

Have you made sure the first time buyer option is correct? From your description: `It happened last week as well.`, so the first time buyer option should be set to...

In the [TypeScript handbook about enums](https://www.typescriptlang.org/docs/handbook/enums.html#computed-and-constant-members), it says that `a reference to previously defined constant enum member (which can originate from a different enum)` is also consider a constant enum...

> I personally don't use Firebase recently and have no bandwidth to do it. There is an existing work #775 by @peter50216 but closed due to conflicts. If anyone wants...

The original design for the timer / tube things is that we assume that after setting `timeout_raw`, `recv_raw` would either: * Return some data in at most `timeout_raw` seconds. *...