Makes transaction pencil much faster.

This commit is contained in:
2023-04-07 20:38:02 -07:00
parent a3ac3e825b
commit ed37b19d6a
5 changed files with 32 additions and 15 deletions

View File

@@ -30,9 +30,7 @@
(printf "%s - %s: %s\n" (:mulog/namespace item) (:mulog/event-name item)
(pr-str (reduce
(fn [acc [k v]]
(if (= "mulog" (namespace k))
acc
(assoc acc k v)))
(assoc acc k v))
{}
item))))