Quake Wang

Results 17 issues of Quake Wang

resolve https://github.com/nervosnetwork/ckb-std/issues/84

try to resolve https://github.com/fastrepl/hyprnote/issues/857 Since the crate [voice_activity_detector](https://docs.rs/voice_activity_detector) has already nicely wrapped silero based vad, I thought we could just use it, and I tried to write this PR, it...

Follow 6e90b675cf942e50c70e8394dfb5862975c3b3b2, remove some entries due to various compliance requirements. They cannot come back in the future as huawei is sanctioned by most "freedom" countries in the world. --- update...

The prefetchnta instruction is better suited for our trace data access pattern because: - Trace data is accessed only once during asm execution - Using non-temporal prefetch reduces cache pollution...

**Describe the bug** When parsing large or out‑of‑range JSON numbers, the parser stores them as Json::Number(double, repr=Some(original_string)) where the double field is set to +/- Infinity and the original literal...

bug

**Describe the bug** queue transfer to self should be no-op **To Reproduce** ```moonbit fn main { let q = @queue.of([1, 2, 3]) q.transfer(q) println(q) } ``` ouputs `@queue.of([])` **Expected behavior**...

consistency review
discuss

Hello Moonbit team, I noticed that the current implementation of HashMap / HashSet in the core library uses xxHash32 with a fixed seed = 0 as the default hashing strategy....