Skip to content

Commit 4652a6f

Browse files
author
TinySemVer
committed
Release: v1.4.0 [skip ci]
### Minor - Add: `PerfSection` counters for Linux (6c81479) - Add: Separate checksums bench section (9d3a01c) - Add: Sha256 benchmarks (3355e58) ### Patch - Make: Bump StringZilla & StringTape (1d988f9) - Improve: Colocate tokens before hashing (82383d7) - Docs: Informative dataset stats (5abefee) - Fix: `.iter().copied()` compilation (6568249) - Improve: Silence unused warnings (dd0f156) - Improve: Reuse `load_dataset` (c90a7eb) - Improve: Lower memory usage (c22d9d9) - Make: StringTape & Linux deps (762f707) - Improve: Allow RegEx `STRINGWARS_FILTER` (e7faa1a)
1 parent 1d988f9 commit 4652a6f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stringwars"
3-
version = "1.3.1"
3+
version = "1.4.0"
44
edition = "2021"
55
authors = ["Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>"]
66
description = "Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketching, and sorting across CPUs and GPUs in Rust 🦀"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1
1+
1.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stringwars"
3-
version = "1.3.1"
3+
version = "1.4.0"
44
description = "Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketching, and sorting across CPUs and GPUs in Python 🐍"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)