Add package mimalloc (#2901)

This commit is contained in:
Antonis Geralis 2024-07-05 05:25:27 +03:00 committed by GitHub
parent c27956a612
commit 111cb2d6e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17204,6 +17204,19 @@
"license": "MIT",
"web": "https://github.com/ringabout/timeit"
},
{
"name": "mimalloc",
"url": "https://github.com/planetis-m/mimalloc_nim",
"method": "git",
"tags": [
"allocator",
"mimalloc",
"multithreading"
],
"description": "A drop-in solution to use mimalloc in Nim with ARC/ORC",
"license": "MIT",
"web": "https://github.com/planetis-m/mimalloc_nim"
},
{
"name": "manu",
"url": "https://github.com/planetis-m/manu",