File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ The Chapel implementation is composed of two categories of code:
4949 libfabric portable networking library BSD
5050 libunwind used for runtime stack tracing MIT
5151 llvm CLANG C parsing/optional back-end compiler Apache 2.0
52+ mimalloc alternative memory allocator MIT
5253 qthread alternative lightweight tasking option new BSD
5354 re2 optional regular expression parsing library new BSD
5455 utf8-decoder used for runtime UTF-8 string decoding MIT
Original file line number Diff line number Diff line change @@ -109,6 +109,18 @@ llvm/
109109 See also: llvm/llvm-src/README.txt and llvm/llvm-src/tools/clang/README.txt
110110
111111
112+ mimalloc/
113+ Summary: mimalloc is an alternative allocator to with an emphasis on
114+ multithreaded performance and reducing fragmentation
115+
116+ License: mimalloc is released under the MIT License (see
117+ mimalloc/mimalloc-src/LICENSE)
118+
119+ Website: https://microsoft.github.io/mimalloc/
120+
121+ See also: mimalloc/README and mimalloc/mimalloc-src/README
122+
123+
112124qthread/
113125 Summary: the Qthreads user-level tasking package developed by Sandia
114126 National Laboratory.
You can’t perform that action at this time.
0 commit comments