Enchantrix/pkg/crypt
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
..
std docs: add examples for checksum algorithms, hashing, PGP operations, and .trix container format 2026-01-13 16:10:30 +00:00
crypt.go feat: add 100% docstring coverage 2025-11-14 14:39:45 +00:00
crypt_benchmark_test.go feat: add performance audit report and benchmarks 2026-02-02 01:28:14 +00:00
crypt_internal_test.go feat: Add Good, Bad, and Ugly tests 2025-11-13 21:27:38 +00:00
crypt_test.go feat: Add Good, Bad, and Ugly tests 2025-11-13 21:27:38 +00:00
examples_test.go feat: add 100% docstring coverage 2025-11-14 14:39:45 +00:00