https://github.com/JuliaLang/julia
Revision 0cc0dbd1ffc48b51c47dbd53bd4807e9d8035dcc authored by Diogo Netto on 03 September 2023, 12:26:07 UTC, committed by GitHub on 03 September 2023, 12:26:07 UTC
We want to study what is the degree of fragmentation we have in the pool
allocator specifically.

`pool_live_bytes` / `(live pages * GC_PAGE_SZ)` should provide an
estimate of that.
1 parent 70000ac
Raw File
Tip revision: 0cc0dbd1ffc48b51c47dbd53bd4807e9d8035dcc authored by Diogo Netto on 03 September 2023, 12:26:07 UTC
Metric for number of live bytes in the pool allocator (#51151)
Tip revision: 0cc0dbd
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top