mimalloc-rust icon indicating copy to clipboard operation
mimalloc-rust copied to clipboard

Update to mimalloc 2.1.2

Open aumetra opened this issue 2 years ago • 0 comments

This PR updates the mimalloc-rust-sys crate to build against mimalloc v2.1.2 which is, at the time of this PR, the latest version.

The API, according to the documentation, stayed the same between 1.7 and 2.0.
I also did some skimming over the aligned, basic, and extended allocation API bindings, and found that they are in-sync with the C headers.

So this skimminng plus the documentation notes make me assume that the same holds true for the rest of the API.

~~Most of the changes were between the experimental options, I still need to update those.~~

The reason for the update is, to cite the README of the mimalloc repository:

Note: the v2.x version has a new algorithm for managing internal mimalloc pages that tends to reduce memory usage and fragmentation compared to mimalloc v1.x (especially for large workloads). Should otherwise have similar performance (see below);

aumetra avatar Aug 27 '23 13:08 aumetra

I think you need add some package/module for the integration of ssh/sftp on php

GillesCrebassa avatar Dec 14 '18 08:12 GillesCrebassa