0.5.0
This version significantly improves the peak working set on Windows, and has a lower RSS on Linux systems using transparent huge pages.
Detailed changes:
- Change default chunksize to 1MiB, and add explicit
-16mib
tagged version of libraries (#229). - Adds new
AddressSpaceManager
that improves performance with transparent huge pages (#214, #227) also improves support for open enclave (#212) - Improve Open Enclave support with new smaller chunk size of 256KiB (#212), and add versions of libraries and tests using this chunksize with the tag
-oe
. - Preliminary support for Haiku (#218) and Solaris (#226)