Files
kotlin-fork/analysis
Ilya Kirillov 6eda2742ff [LL FIR] optimize time spent in LLFirSessionsCache.getSessions
The most time were spent in `PersistentMap.get`, replacement to regular hash map should help.
This is thread-safe as we safe-publish the value via the volatile field `mappings`

^KTIJ-24697 fixed
2023-02-20 09:09:16 +00:00
..