YXL76
YXL76
Chrome disables `WebAssembly.Module` and `WebAssembly.Instance` for buffers larger than 4 KB.
- 使用 `got` 替换 `axios`,前者对 Node.JS 的支持更好(需要进一步测试迁移是否有问题,以及[代理](https://github.com/sindresorhus/got/blob/main/documentation/tips.md#proxying)相关) - 选择性启用 HTTP2,应该能带来较大的性能提升 目前无法更新到 `got` 的最新版本,见 https://github.com/sindresorhus/got/issues/1789 ,是否要转换为 ESM?
## 环境 - 系统/平台: Manjaro Linux x86_64 - nodejs 版本: 12.8.1 - API版本: 3.39.0 ## 出现问题 `simi_user`返回数组始终为空
Failed to run`wasmtime beep.wasm`. It shows ``` thread 'main' panicked at 'failed to find output device', examples/beep.rs:79:6 ```
The current stdlib `HashMap` is a [wrapper]( https://github.com/rust-lang/rust/blob/143eaa8d441641251ab41ed73deaba0d8d0cf4a5/library/std/src/collections/hash/map.rs#L6) for `hashbrown`. It uses `AHash` which is much faster than the previous `SipHash`. > QP-tries are as fast or a bit faster...
> python -m nuitka --version ```text 2.7.2 Commercial: None Python: 3.13.3 (main, Apr 9 2025, 04:03:52) [Clang 20.1.0 ] Flavor: Python Build Standalone GIL: yes Executable: ~/.venv/bin/python OS: Linux Arch:...