• 1.3.0 7d4e774cf7

    minitar 1.3.0 Stable

    apio released this 2022-12-25 13:39:50 +00:00 | 65 commits to main since this release

    What's new:
    Just an entire redesign of the API to avoid heap allocations as much as possible :)

    And it worked! Running valgrind on the sample program in the README with a GCC source tarball used to display:
    total heap usage: 121,189 allocs, 121,189 frees, 61,082,840 bytes allocated
    Now, it shows:
    total heap usage: 4 allocs, 4 frees, 78,296 bytes allocated

    Downloads