From 872aee0dce6c80f4cf67d012d80149120eafac08 Mon Sep 17 00:00:00 2001 From: "Wrench[bot]" Date: Thu, 15 Jun 2023 13:08:06 -0700 Subject: [PATCH] all: update Zig to version 0.11.0-dev.3395+1e7dcaa3a 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 2e337643..205c9f90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,6 @@ 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.3332+76aa1fffb.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.3395+1e7dcaa3a.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: test run: zig build test diff --git a/README.md b/README.md index c5c13a35..4292cb19 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.3332+76aa1fffb` +- Updated to the latest version of Zig nightly `0.11.0-dev.3395+1e7dcaa3a` ### **v0.10.3** -- Updated to the latest version of Zig `0.11.0-dev.3332+76aa1fffb` (`build.zig` `.path` -> `.source` change.) +- Updated to the latest version of Zig `0.11.0-dev.3395+1e7dcaa3a` (`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.3332+76aa1fffb` +- Updated to the latest version of Zig `0.11.0-dev.3395+1e7dcaa3a` ### **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.3332+76aa1fffb` +* Zig version: `0.11.0-dev.3395+1e7dcaa3a` | 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.3332+76aa1fffb` +* Zig version: `0.11.0-dev.3395+1e7dcaa3a` | Algorithm | # of keys | populate | contains(k) | false+ prob. | bits per entry | peak populate | filter total | |--------------|------------|------------|-------------|--------------|----------------|---------------|--------------|