feat(remoteingress-bin): use mimalloc as the global allocator to reduce memory overhead and improve allocation performance

This commit is contained in:
2026-02-26 17:39:40 +00:00
parent 3474e8c310
commit 1aae4b8c8e
5 changed files with 32 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-26 - 4.1.0 - feat(remoteingress-bin)
use mimalloc as the global allocator to reduce memory overhead and improve allocation performance
- added mimalloc = "0.1" dependency to rust/crates/remoteingress-bin/Cargo.toml
- registered mimalloc as the #[global_allocator] in rust/crates/remoteingress-bin/src/main.rs
- updated Cargo.lock with libmimalloc-sys and mimalloc package entries
## 2026-02-26 - 4.0.1 - fix(hub)
cancel per-stream tokens on stream close and avoid duplicate StreamClosed events; bump @types/node devDependency to ^25.3.0