From fa2d705ac97ea5bc5e4f518a9bf4c7a43f50244a Mon Sep 17 00:00:00 2001 From: "Wrench[bot]" Date: Thu, 29 Jun 2023 00:01:17 -0700 Subject: [PATCH] all: update Zig to version 0.11.0-dev.3883+7166407d8 Signed-off-by: Wrench[bot] --- .github/workflows/ci.yml | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f153fab..bfb00c89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Zig run: | sudo apt install xz-utils - sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.3798+a5e15eced.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' + sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: build run: zig build - name: test diff --git a/README.md b/README.md index 9e28e9c7..b174da95 100644 --- a/README.md +++ b/README.md @@ -150,11 +150,11 @@ The API is generally finalized, but we may make some adjustments as Zig changes ### **v0.11.0** - fastfilter is now available via the Zig package manager. -- Updated to the latest version of Zig nightly `0.11.0-dev.3798+a5e15eced` +- Updated to the latest version of Zig nightly `0.11.0-dev.3883+7166407d8` ### **v0.10.3** -- Updated to the latest version of Zig `0.11.0-dev.3798+a5e15eced` (`build.zig` `.path` -> `.source` change.) +- Updated to the latest version of Zig `0.11.0-dev.3883+7166407d8` (`build.zig` `.path` -> `.source` change.) ### **v0.10.2** @@ -163,7 +163,7 @@ The API is generally finalized, but we may make some adjustments as Zig changes ### **v0.10.1** -- Updated to the latest version of Zig `0.11.0-dev.3798+a5e15eced` +- Updated to the latest version of Zig `0.11.0-dev.3883+7166407d8` ### **v0.10.0** @@ -218,7 +218,7 @@ zig run -O ReleaseFast src/benchmark.zig -- --xor 8 --num-keys 1000000 * CPU: 2.3 GHz 8-Core Intel Core i9 * Memory: 16 GB 2667 MHz DDR4 -* Zig version: `0.11.0-dev.3798+a5e15eced` +* Zig version: `0.11.0-dev.3883+7166407d8` | Algorithm | # of keys | populate | contains(k) | false+ prob. | bits per entry | peak populate | filter total | |--------------|------------|------------|-------------|--------------|----------------|---------------|--------------| @@ -265,7 +265,7 @@ Legend: * CPU: 3.79Ghz AMD Ryzen 9 3900X * Memory: 32 GB 2133 MHz DDR4 -* Zig version: `0.11.0-dev.3798+a5e15eced` +* Zig version: `0.11.0-dev.3883+7166407d8` | Algorithm | # of keys | populate | contains(k) | false+ prob. | bits per entry | peak populate | filter total | |--------------|------------|------------|-------------|--------------|----------------|---------------|--------------|