aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2025-03-04 17:30:41 +1100
committerJustin Bedo <cu@cua0.org>2025-03-07 21:05:38 +1100
commitbe4be249004af1e7039a29d0228b506139983ea2 (patch)
tree92f9a768c82ab38841098188cdccbaa8df28a036 /package.yaml
parentd621243bffa14214c722a9be181f4a98d41380bb (diff)
switch to hashmap based tableHEADmaster
Allows significant speed increase, memory reduction, and simpler single site mode.
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml
index 4e4d3bc..9efd300 100644
--- a/package.yaml
+++ b/package.yaml
@@ -12,8 +12,8 @@ dependencies:
- template-haskell
- containers
- streaming
- - ghc-heap
- - deepseq
+ - vector
+ - vector-hashtables
library:
source-dirs: src