Cargo Features

flicense has no features set by default.

[dependencies]
flicense = { version = "0.1.7", features = ["mimalloc", "tikv-jemallocator"] }
mimalloc

Other memory allocators for testing.
On Windows and Linux GNU they perform worse than the standard allocators.
I was not able to test Linux MUSL or Apple performance.

Enables mimalloc

tikv-jemallocator

Enables tikv-jemallocator