Changed project name for testing. Stuck on regex comparison.
This commit is contained in:
parent
f8ea0cef2a
commit
f532499019
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/nippy "3.0.0"
|
||||
(defproject com.taoensso/nippy-mincore "3.0.0"
|
||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||
:description "High-performance serialization library for Clojure"
|
||||
:url "https://github.com/ptaoussanis/nippy"
|
||||
|
|
|
|||
|
|
@ -306,6 +306,7 @@
|
|||
[f]
|
||||
;; Non-racey just as fast as racey, and protects against nils in maps
|
||||
(let [cache0_ (java.util.concurrent.atomic.AtomicReference. nil)
|
||||
;;Concurrent hash maps have per-bucket locking if you use the compute* operators.
|
||||
cache1_ (java.util.concurrent.ConcurrentHashMap.)
|
||||
cachen_ (java.util.concurrent.ConcurrentHashMap.)]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue