Skip to content

Commit 09e320d

Browse files
committed
async loading obviates doc
1 parent b4655ef commit 09e320d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,6 @@ Duration, on the other hand, represents a standard duration less than or equal
173173
to a single standard (24-hour) day.
174174

175175
### Caution
176-
Lazy loading and caching is used to improve the user experience, but in some
177-
cases this is not what you want.
178-
179-
The `java-time` namespace lazily loads its implementation upon the first
180-
call to any function. However, do not rely on this behavior--if you need
181-
to preload the implementation use `java-time/load-java-time`. If this is
182-
still a problem, please use AOT compilation to decrease the load time (`java-time`
183-
will transitively compile its implementation automatically when compiling files).
184-
185176
The current incarnation of the library is relatively slow while calling the 2-3
186177
arity `zoned-date-time/offset-time/offset-date-time` constructors for the
187178
*first time* in a given Clojure runtime. If you need predictable latency at the

0 commit comments

Comments
 (0)