PHPackages                             mortimer333/wobblefump - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mortimer333/wobblefump

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

mortimer333/wobblefump
======================

Symfony command to calculate binary difference between two files and transform the result using Fourier

01PHP

Since Nov 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Mortimer333/wobblefump)[ Packagist](https://packagist.org/packages/mortimer333/wobblefump)[ RSS](/packages/mortimer333-wobblefump/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

wobblefump
==========

[](#wobblefump)

Symfony command to calculate binary difference between two files and transform the result using Fourier. It was build with large files in mind and keeping a low volatile memory usage. The default setting are capping the actual command usage to about 8MB (although it might lower sometimes), but it might appear higher due to Symfony internal operations (like 10-30MB higher).

After running the command you will receive detailed output about the actual memory usage and current progress. This command will run a long time (comparing two 7GB .safetensors takes about 6-7h) and will produce a file about twice the size of smallest given file (with two files of 7GB it created a ~14GB frequency spectrum).

Install
-------

[](#install)

```
composer require mortimer333/wobblefump
```

and if you use `symfony/flex` it should be it! If not you might want to update `bundles.yaml` file:

```
