Changelog for disk-bytes-0.1.0.0
Revision history for disk-bytes
All notable changes to this project will (hopefully) be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
Unreleased
(This section tracks upcoming changes.)
0.1.0.0 — 2022-09-25
Initial release.
Added
- Module
System.Mem.Diskwhich introduces theDiskBytesandDiskdata types. - Benchmark
memorythat tests whether RAM usage and garbage collection work as claimed.