Skip to content

Commit

Permalink
Use mimalloc for musl target (#116)
Browse files Browse the repository at this point in the history
* Use mimalloc in musl builds

* Fixup

* Update

* Ignore lint

* Cleanup

* Skip bitflags

* Fix musl build

* Only use mimalloc on x86_64

* Update CHANGELOG

---------

Co-authored-by: krant <aleksey.vasilenko@gmail.com>
  • Loading branch information
Jake-Shadle and krant committed Apr 2, 2024
1 parent ccc9e71 commit 795f3ae
Show file tree
Hide file tree
Showing 6 changed files with 358 additions and 391 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
### Changed
- [PR#116](https://github.com/Jake-Shadle/xwin/pull/116) (a rework of [#115](https://github.com/Jake-Shadle/xwin/pull/115>)) improves the speed of the `x86_64-unknown-linux-musl` binary by using `mimalloc`.

## [0.5.0] - 2023-11-13
### Changed
- [PR#110](https://github.com/Jake-Shadle/xwin/pull/110) changed how `Ctx` is built. It was getting too complicated to support niche use cases, some of which didn't belong in a library (like reading environment variables), so this functionality has been completely removed. Instead, one must pass in a `ureq::Agent` that is fully configured how the user wants it.
Expand Down
Loading

0 comments on commit 795f3ae

Please sign in to comment.