diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 23:50:31 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 23:50:31 +0100 |
| commit | 10a67a97b107870ce7a0f35756aa1545bee46be9 (patch) | |
| tree | ce61a0d08c8a09b8be00193cdc156b4f5483fa15 /.gitmodules | |
| parent | a0f3f80d8145349c58e95d2d820a5432441aabbe (diff) | |
adds mimalloc
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..de4d60e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "mimalloc"] + path = mimalloc + url = https://github.com/microsoft/mimalloc.git |
