Skip to content

Commit f79f3ca

Browse files
committed
Prepare for 0.8.
1 parent 9294e6d commit f79f3ca

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.changelog/42.feature

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changelog/47.feature

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Fil 0.8.0 (2020-07-24)
2+
3+
4+
### Features
5+
6+
- Switched to using jemalloc on Linux, which should deal better both in terms of memory usage and speed with many small allocations.
7+
It also simplifies the code. ([#42](https://github.com/pythonspeed/filprofiler/issues/42))
8+
- Further reduced memory overhead for tracking objects, at the cost of slightly lower resolution when tracking allocations >2GB.
9+
Large allocations >2GB will only be accurate to a resoluion of ~1MB, i.e. they might be off by approximately 0.05%. ([#47](https://github.com/pythonspeed/filprofiler/issues/47))
10+
11+
112
# Fil 0.7.2 (2020-07-12)
213

314

0 commit comments

Comments
 (0)