Enchantrix/pkg/trix
google-labs-jules[bot] 5ab3551baf feat: add performance audit report and benchmarks
This commit introduces a comprehensive performance audit of the Enchantrix codebase, culminating in the creation of the `AUDIT-PERFORMANCE.md` report.

The audit includes:
- An analysis of the `trix` CLI's memory usage and single-threaded nature.
- An evaluation of the project's build and deploy performance.
- The addition of benchmarks for the `trix`, `crypt`, and `enchantrix` packages to establish a performance baseline.

In addition, this commit addresses feedback from the code review by:
- Removing binary artifacts (`.prof`, `.test`) from the commit.
- Updating the `.gitignore` file to prevent these artifacts from being committed in the future.

Co-authored-by: Snider <631881+Snider@users.noreply.github.com>
2026-02-02 01:28:14 +00:00
..
testdata/fuzz/FuzzDecode feat: Add fuzz test and fix OOM vulnerability 2025-11-02 02:21:21 +00:00
crypto.go feat: add encryption sigil with pre-obfuscation layer 2025-12-25 12:36:32 +00:00
crypto_test.go feat: add encryption sigil with pre-obfuscation layer 2025-12-25 12:36:32 +00:00
examples_test.go feat: add 100% docstring coverage 2025-11-14 14:39:45 +00:00
trix.go docs: add examples for checksum algorithms, hashing, PGP operations, and .trix container format 2026-01-13 16:10:30 +00:00
trix_benchmark_test.go feat: add performance audit report and benchmarks 2026-02-02 01:28:14 +00:00
trix_test.go Merge branch 'main' into test-sigil-coverage 2025-11-03 01:05:16 +00:00