Revision 981f3d21fba35045bea3f53a09bdcdc827eab6d2 authored by Jameson Nash on 14 October 2022, 16:33:59 UTC, committed by GitHub on 14 October 2022, 16:33:59 UTC
Particularly relevant for COLUMNS being narrow for some cases, or the
kernel being configured with small IO buffers, or both. Or someone
setting a particularly long path for TMPDIR. Or so on.
1 parent f424431
Raw File
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