From be4be249004af1e7039a29d0228b506139983ea2 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Tue, 4 Mar 2025 17:30:41 +1100 Subject: switch to hashmap based table Allows significant speed increase, memory reduction, and simpler single site mode. --- src/PPL.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PPL.hs') diff --git a/src/PPL.hs b/src/PPL.hs index 21bb87c..d1dc17a 100644 --- a/src/PPL.hs +++ b/src/PPL.hs @@ -1,5 +1,5 @@ -module PPL(module PPL.Internal, module PPL.Sampling, module PPL.Distr) where +module PPL (module PPL.Internal, module PPL.Sampling, module PPL.Distr) where +import PPL.Distr import PPL.Internal import PPL.Sampling -import PPL.Distr -- cgit v1.2.3