Use tls-zeroed-aligned-memory#1364
Conversation
|
I ended up doing exactly the same thing (a buffer pool), after my 0-filled tmpfs remap didn't work in the validator, from last week's standup:
😅 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1364 +/- ##
=======================================
Coverage 82.8% 82.8%
=======================================
Files 872 872
Lines 369252 369291 +39
=======================================
+ Hits 305797 305867 +70
+ Misses 63455 63424 -31 |
|
This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
|
This pull request was closed because it has been stale for 7 days with no activity. |
as part of eval of mimalloc (#1250 )
Problem
Perf result
all cases are measured with
--block-verification-method=blockstore-processorjemalloc
mimalloc
glibc
rpmalloc
... so, the conclusion is that all allocators are similar in terms of replay speed...
Summary of Changes
xref: solana-labs/rbpf#565
Fixes solana-labs#27275