* jemalloc

* featurizeP

---------

Co-authored-by: Wyatt Verchere <wverchere@gmail.com>
This commit is contained in:
Geometrically
2024-01-27 18:13:52 -05:00
committed by GitHub
parent fc577241bd
commit 5b63b0b398
5 changed files with 52 additions and 10 deletions

View File

@@ -108,6 +108,8 @@ lettre = "0.11.3"
derive-new = "0.6.0"
rust_iso3166 = "0.1.11"
jemallocator = {version = "0.3.2", optional = true}
[dev-dependencies]
actix-http = "3.4.0"
json-patch = "*"
@@ -116,3 +118,6 @@ opt-level = 0 # Minimal optimization, speeds up compilation
lto = false # Disables Link Time Optimization
incremental = true # Enables incremental compilation
codegen-units = 16 # Higher number can improve compile times but reduce runtime performance
[features]
jemalloc = ["jemallocator"]