vector-hashtables 0.1.0.1 → 0.1.1.0
raw patch · 3 files changed
+6/−1 lines, 3 filesdep ~primitive
Dependency ranges changed: primitive
Files
- changelog.md +4/−0
- src/Data/Vector/Hashtables.hs +1/−0
- vector-hashtables.cabal +1/−1
changelog.md view
@@ -1,3 +1,7 @@+# 0.1.1.0 (2021-09-10)++- Add `alter` function to public interface ([#9](https://github.com/klapaucius/vector-hashtables/pull/9)).+ # 0.1.0.1 (2021-09-10) - Remove outdated executable in favor of benchmark.
src/Data/Vector/Hashtables.hs view
@@ -31,6 +31,7 @@ , lookup' , insert , delete+ , alter , alterM -- ** Combine
vector-hashtables.cabal view
@@ -1,5 +1,5 @@ name: vector-hashtables-version: 0.1.0.1+version: 0.1.1.0 synopsis: Efficient vector-based mutable hashtables implementation. description: This package provides efficient vector-based hashtable implementation similar to .NET Generic Dictionary implementation (at the time of 2015).