Skip to content

Commit 484708c

Browse files
committed
The next release will use jemalloc
Closes #805
1 parent cf19bf1 commit 484708c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ Added support for Verilog and SystemVerilog.
1313
### Build
1414

1515
CI on GitHub now uses Ubuntu 22.04 for Linux builds (previously Ubuntu
16-
20.04), so prebuilt binaries will require a newer glibc version to run.
16+
20.04), so prebuilt binaries will require a newer glibc version to
17+
run.
18+
19+
### Internal
20+
21+
Difftastic has switched from MiMalloc to Jemalloc for allocation. This
22+
is modest performance regression (up to 20% longer runtime in
23+
testing). Jemalloc is currently easier to build (see issue #805) and
24+
has fewer pathological performance corner cases.
1725

1826
## 0.63 (released 11th February 2025)
1927

0 commit comments

Comments
 (0)