Skip to content

Commit

Permalink
Rename to vortex (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 authored Feb 27, 2024
1 parent b6855ce commit 30d92bc
Show file tree
Hide file tree
Showing 164 changed files with 842 additions and 831 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Zig Test
run: zig build test

- name: Pytest - PyEnc
- name: Pytest - PyVortex
run: rye run pytest --benchmark-disable test/
working-directory: pyenc/
working-directory: pyvortex/

292 changes: 146 additions & 146 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[workspace]
members = [
"pyenc",
"bench-vortex",
"codecz",
"codecz-sys",
"enc",
"enc-alp",
"enc-bench",
"enc-dict",
"enc-ffor",
"enc-ree",
"enc-roaring",
"enc-zigzag",
"spiral-alloc",
"pyvortex",
"vortex",
"vortex-alloc",
"vortex-alp",
"vortex-dict",
"vortex-ffor",
"vortex-ree",
"vortex-roaring",
"vortex-zigzag",
]
resolver = "2"

Expand Down
Loading

0 comments on commit 30d92bc

Please sign in to comment.