Skip to content

Commit

Permalink
Try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jul 4, 2024
1 parent 743b2cb commit ce0b811
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _posts/2024-06-13-a-faster-liquidsoap.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,11 @@ This will be discussed in-depth in part 2 of this post series!

Here are some rought numbers, based on running the simple script `output.dummy(blank)`. Startup time is computed using `time liquidsoap 'print("bla")'`.


| Version | Memory consumption| Startup time |
|---------|-------------------|--------------|
| `1.3.3` (docker image: `debian:buster`) | `64Mo` | `0.091s` |
| `1.4.3` (docker image: `savonet/liquidsoap:v1.4.3`) | `95Mo` | `0.163s` |
| `2.2.5` (docker image: `savonet/liquidsoap:v2.2.5`) | `190Mo` | `3.879s` |
| `2.3.x` (docker dev image from May 9, 2024) | `206Mo` | `5.942s` |


These numbers are not necessarily the most accurate. There are computed using a M3 macbook with `docker`. The `2.3.x` numbers are obtained a `amd64` docker image as this is the only type available for dev builds.

Nonetheless, as you can see, it was high time we had a pass at optimizing this!
Expand Down

0 comments on commit ce0b811

Please sign in to comment.