Skip to content

Commit 61d0809

Browse files
authored
Merge pull request #26 from ltratt/sparsevec_0_2_1
Prepare a 0.2.1 release.
2 parents f285566 + 8325a26 commit 61d0809

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# sparsevec 0.2.1 (2024-11-24)
2+
3+
* Optimise the creation of a sparsevec: when used, for example, for grmtools'
4+
grammars, this can be a substantial (e.g. in one example over 30x) speedup.
5+
6+
17
# sparsevec 0.2.0 (2022-07-25)
28

39
* Move the backing storage (consisting of `PackedVec`s and `Vob`s) from `usize`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sparsevec"
33
description = "Compress vectors using row displacement"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2018"
66
authors = ["Lukas Diekmann <[email protected]>"]
77
repository = "https://github.com/softdevteam/sparsevec/"

0 commit comments

Comments
 (0)