Add hardened_malloc-rs support (when I fix that) #5
Labels
No labels
Blocked
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Light variant would be a huge performance increase over glibc/musl allocators, on top of basic security improvements from it that C libs like RocksDB might want too. Also prevents needing to LD_PRELOAD it.
jemalloc is purely performance focused with security drawbacks.
About 65% done, https://github.com/girlbossceo/hardened_malloc-rs
Definitely need to resolve https://github.com/girlbossceo/hardened_malloc-rs/issues/5 first though
This does technically work but not under Nix and has special build environment requirements. I don't really intend to resolve this any time soon.