I suspect that if you do a lot of variable redefenitions, objs ConcurrentHashMap will needlessly grow. Not a risk for production ran systems https://github.com/darkleaf/di/blob/0ff98894ccdb35418c864d72c83f414b319cddd7/src/darkleaf/di/core.clj#L1005-L1007
I suspect that if you do a lot of variable redefenitions, objs ConcurrentHashMap will needlessly grow. Not a risk for production ran systems
di/src/darkleaf/di/core.clj
Lines 1005 to 1007 in 0ff9889