We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf19bf1 commit 484708cCopy full SHA for 484708c
CHANGELOG.md
@@ -13,7 +13,15 @@ Added support for Verilog and SystemVerilog.
13
### Build
14
15
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.
+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.
25
26
## 0.63 (released 11th February 2025)
27
0 commit comments