Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 925 Bytes

File metadata and controls

34 lines (23 loc) · 925 Bytes

Automatic version updates

mimalloc

mimalloc is a compact general purpose allocator with excellent performance.

Installation and Usage

Use the zopen package manager (QuickStart Guide) to install:

zopen install mimalloc

Building from Source

  1. Clone the repository:
git clone https://github.com/zopencommunity/mimallocport.git
cd mimallocport
  1. Build using zopen:
zopen build -vv

See the zopen porting guide for more details.

Documentation

Troubleshooting

Contributing

Contributions are welcome! Please follow the zopen contribution guidelines.