unused-code / unused

A tool to identify potentially unused code.
https://unused.codes
MIT License
283 stars 11 forks source link

Make mimalloc optional #37

Closed joshuaclayton closed 3 years ago

joshuaclayton commented 3 years ago

What?

mimalloc significantly reduces execution time in local benchmarking, but may be causing problems with ARM architectures (specifically the MBP M1s).

This shifts mimalloc from a hard dependency to a feature flag which can be configured during install.