Skip to content

Commit

Permalink
Make: Update release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Sep 1, 2023
1 parent e97b05d commit 42f51cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:


rebase:
name: Rebase Development Branch
name: Rebase Dev. Branch
needs: versioning
runs-on: ubuntu-latest
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
force: True

build_wheels:
name: Build Wheels for ${{ matrix.os }}
name: Build Python
runs-on: ${{ matrix.os }}
needs: versioning
strategy:
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ So if you're haunted by `open(...).readlines()` and `str().splitlines()` taking

| Backend \ Device | IoT | Laptop | Server |
| :----------------------- | ---------------------: | -----------------------: | ------------------------: |
| **Speed Comparison** 🐇 | | | |
| **Speed Comparison** 🐇 | | | |
| Python `for` loop | 4 MB/s | 14 MB/s | 11 MB/s |
| C++ `for` loop | 520 MB/s | 1.0 GB/s | 900 MB/s |
| C++ `string.find` | 560 MB/s | 1.2 GB/s | 1.3 GB/s |
Expand Down Expand Up @@ -118,10 +118,13 @@ strzl_sort(&array, &your_config);
Future development plans include:
- Replace PyBind11 with CPython.
- Reverse-order operations in Python #12.
- Bindings for JavaScript #25, Java, and Rust.
- Faster string sorting algorithm.
- Bindings for JavaScript, Java, and Rust.
- Support for reverse-order operations in Python.
- Splitting CSV rows into columns.
- Splitting with multiple separators at once #29.
- UTF-8 validation.
- Arm SVE backend.
Here's how to set up your dev environment and run some tests.
Expand Down

0 comments on commit 42f51cc

Please sign in to comment.