Skip to content

[Feature]: Upgrade mimalloc to v3 #549

Description

@xiexiaoy

In mimalloc v2, the first class heap is bound to one worker thread, which leads to many copies in txservice. According to the v3 release notes, cross thread allocate are allowed.

Many improvements to v3, including true first-class heaps where one can allocate in the heap from any thread, and track statistics per heap as well.

v3 has improvements in heap statistics; our patch on v2 maybe not required.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

featureAdd new feature

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions