Skip to content

Commit

Permalink
all: update Zig to version 0.11.0-dev.3395+1e7dcaa3a
Browse files Browse the repository at this point in the history
Signed-off-by: Wrench[bot] <[email protected]>
  • Loading branch information
wrench-bot committed Jun 15, 2023
1 parent 72a5fe9 commit 872aee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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**

Expand Down Expand Up @@ -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 |
|--------------|------------|------------|-------------|--------------|----------------|---------------|--------------|
Expand Down Expand Up @@ -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 |
|--------------|------------|------------|-------------|--------------|----------------|---------------|--------------|
Expand Down

0 comments on commit 872aee0

Please sign in to comment.