mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
use main instead of master in readme
This commit is contained in:
parent
93a003e2f1
commit
2d34956bed
2 changed files with 4 additions and 36 deletions
|
@ -72,15 +72,14 @@ Enjoy!
|
|||
|
||||
### Branches
|
||||
|
||||
* `master`: latest stable release (still based on `dev2`).
|
||||
* `main`: latest stable release (still based on `dev2`).
|
||||
* `dev`: development branch for mimalloc v1. Use this branch for submitting PR's.
|
||||
* `dev2`: development branch for mimalloc v2. This branch is downstream of `dev`
|
||||
(and is essentially equal to `dev` except for `src/segment.c`). Uses larger sliced segments to manage
|
||||
mimalloc pages that can reduce fragmentation.
|
||||
* `dev3`: development branch for mimalloc v3-beta. This branch is downstream of `dev`. This version
|
||||
simplifies the lock-free ownership of previous versions, has no thread-local segments any more.
|
||||
This improves sharing of memory between threads, and on certain large workloads may use less memory
|
||||
with less fragmentation.
|
||||
This improves sharing of memory between threads, and on certain large workloads may use (much) less memory.
|
||||
|
||||
### Releases
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue