# Julia slower than Python for finding pangrams?

**URL:** https://discourse.julialang.org/t/julia-slower-than-python-for-finding-pangrams/112481
**Category:** Performance
**Tags:** question
**Created:** [April 3, 2024, 6:50pm UTC](https://discourse.julialang.org/t/julia-slower-than-python-for-finding-pangrams/112481 "2024-04-03T18:50:12Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [April 3, 2024, 8:00pm UTC](https://discourse.julialang.org/t/julia-slower-than-python-for-finding-pangrams/112481/8 "2024-04-03T20:00:59Z")

</div>

Yeah, but this is ~100% startup/compilation time. It’s kinda like timing:

```julia
hyperfine --shell=none --warmup 30 "cc pangram.c && ./a.out wjjqevffkkgbcehhiqpvqutmwxawzvjnbvukmlzxyhkgfddzfjhcujnlkjbdfgghjhujkiuytghjioplkjhgfdsaqwertyujioplkjhgfdsaqwertzuioplkjhgfdsazxcvbnmlkjhgfdsaqwertyuioplkjhgfdsazxcvbnmlkjhgfdsaqwertyuioplkjhgfdsaqwertyuioplkjhgfdsazxcvbnmlkjhgfdsaqwertyuioplkjhgfdsaqwertyuioplkjhgfdsazxcvbnmlkjhgfdsaqwertyuioplkjhgfdsaqwertyuioplkjhgfdsazxcvbnmlkjhgfdsaqwertyuioplkjhgfdsaqwertyuioplkjhgfdsaqwertyuioplkjhgfdsaqwertyuioplkj"`

```

You might be saying “well don’t do that” — and that’s exactly what Julians will say about timing `julia pangram.jl` like that, too.

The good news is that we’re getting closer to having a real `juliac` that can output compiled stand-alone executables with significantly lower startup times like `cc` does.

---

_[View the full topic](https://discourse.julialang.org/t/julia-slower-than-python-for-finding-pangrams/112481)._
