We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135b85f commit 50b2f06Copy full SHA for 50b2f06
src/config.jl
@@ -30,9 +30,10 @@ end
30
SmallTag is similar to a Tag, but carries just a small UInt64 hash,
31
instead of the full type, which makes stacktraces / types easier to
32
read while still providing good resilience to perturbation confusion.
33
+"""
34
struct SmallTag{H}
35
end
-"""
36
+
37
@generated function tagcount(::Type{SmallTag{H}}) where {H}
38
:($(Threads.atomic_add!(TAGCOUNT, UInt(1))))
39
0 commit comments