Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
difft-aarch64-unknown-linux-gnu.tar.gz | 2025-06-15 | 11.5 MB | |
difft-x86_64-pc-windows-msvc.zip | 2025-06-15 | 10.4 MB | |
difft-x86_64-unknown-linux-musl.tar.gz | 2025-06-15 | 11.7 MB | |
difft-aarch64-apple-darwin.tar.gz | 2025-06-15 | 11.9 MB | |
difft-x86_64-apple-darwin.tar.gz | 2025-06-15 | 11.2 MB | |
difft-x86_64-unknown-linux-gnu.tar.gz | 2025-06-15 | 11.6 MB | |
0.64.0 source code.tar.gz | 2025-06-15 | 25.4 MB | |
0.64.0 source code.zip | 2025-06-15 | 27.3 MB | |
README.md | 2025-06-15 | 936 Bytes | |
Totals: 9 Items | 120.9 MB | 0 |
Difftastic is a structural diff tool that understands syntax. See the manual to get started, and the changelog for historical changes.
Parsing
Updated to the latest tree-sitter parser for Erlang, F#, Gleam, Pascal and Swift.
File detection is now stricter for UTF-8, and recognises more compression file types as binary (e.g. zstd or bzip2).
Added support for Verilog and SystemVerilog.
Build
CI on GitHub now uses Ubuntu 22.04 for Linux builds (previously Ubuntu 20.04), so prebuilt binaries will require a newer glibc version to run.
Internal
Difftastic has switched from MiMalloc to Jemalloc for allocation. This is modest performance regression (up to 20% longer runtime in testing). Jemalloc is currently easier to build (see issue [#805]) and has fewer pathological performance corner cases.