Add hardened_malloc-rs support (when I fix that) #5

Closed
opened 2023-11-30 06:02:38 +00:00 by girlbossceo · 2 comments
girlbossceo commented 2023-11-30 06:02:38 +00:00 (Migrated from github.com)

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.

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.
girlbossceo commented 2024-04-09 20:02:53 +00:00 (Migrated from github.com)
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
girlbossceo commented 2024-11-04 00:32:50 +00:00 (Migrated from github.com)

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.

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.
This discussion has been locked. Commenting is limited to contributors.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity#5
No description provided.