Core concept
ThreadLocal fmt = ThreadLocal.withInitial(() -> new SimpleDateFormat()); Advertisement
How it works
Memory leak with thread pools if not cleaned. Remove after use.
Advertisement
Trade-offs + gotchas
Non-thread-safe objects (SimpleDateFormat historically).