alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.17k stars 424 forks source link

fix(interactive): Introduce 'mimalloc' as an alternative memory allocator in GIE Backend #3946

Closed BingqingLyu closed 3 days ago

BingqingLyu commented 1 week ago

What do these changes do?

As titled. In GIE, if you want to use mimalloc as the default allocator, you can build the backend with cargo build --features mimalloc.

Related issue number

Fixes