Algorithmic Code Optimization

Your code,
measurably better.

Track function performance across every commit. When you find something slow, let ACENLY rewrite it algorithmically — and prove it works.

Benchmark Tool — Free → Optimizer — Join Waitlist
How it works
Two tools, one workflow.

Start by measuring. Optimize when it matters. Every step is verifiable.

1

Track

Define functions to watch in acenly.yml. The benchmark agent runs on every push and records precise timings.

2

Find

Browse history in the dashboard. See which functions slowed down, by how much, and in which commit.

3

Optimize

Flag a slow function. The optimizer rewrites it algorithmically, benchmarks all candidates, and returns the fastest one — verified correct.

acenly benchmark
$ python bench.py
────────────────────────────────────────
ACENLY Benchmark v0.1 · 3 functions tracked
────────────────────────────────────────
 
deduplicate_users
median 1.24 ms ↓ vs last: −38%
p95 1.51 ms
 
build_index
median 84.2 ms ↑ vs last: +12% ⚠ regression
p95 97.1 ms
 
filter_records
median 0.88 ms → stable
 
────────────────────────────────────────
1 regression detected. Push blocked.
Run with --skip-hooks to override.

Real output from your functions. No synthetic benchmarks.