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 5b71067 commit 984b264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2024-06-13-a-faster-liquidsoap.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,14 @@ 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.

Expand Down

0 comments on commit 984b264

Please sign in to comment.