Email or username:

Password:

Forgot your password?
Top-level
Ekaitz Zárraga 👹

@jeko do you have any idea on how can I make this faster?
I think the `get-pixels` function might be the bottleneck, but still need to make sure...
Do you know if guile has a profiler?

1 comment
â ´Ninjatrappeurâ ¦
@ekaitz_zarraga @jeko

*random pleroma creep joins*

I used https://www.gnu.org/software/guile/manual/html_node/Statprof.html last weekend to profile parts of Guix. It's dog slow, but it helped me quite a lot. The documentation is decent.
Go Up