Skip to content

Commit

Permalink
Update src/types/timezone.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Daly <nathan.daly@relational.ai>
  • Loading branch information
nickrobinson251 and NHDaly authored Dec 19, 2022
1 parent b9b315d commit 3218a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/timezone.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# caching. Note that this means the cache will grow in size, and may store redundant objects
# accross multiple threads, but this extra space usage allows for fast, lock-free access
# to the cache, while still being thread-safe.
# Use a separate cache for FixedTimeZone (which is `isbits`) so the containers is concretely
# Use a separate cache for FixedTimeZone (which is `isbits`) so the container is concretely
# typed and we avoid allocating a FixedTimeZone every time we get one from the cache.
const THREAD_FTZ_CACHES = Vector{Dict{String,Tuple{FixedTimeZone,Class}}}()
const THREAD_VTZ_CACHES = Vector{Dict{String,Tuple{VariableTimeZone,Class}}}()
Expand Down

0 comments on commit 3218a4e

Please sign in to comment.