Andrey Uskov
ca8f234f28
Improve performance of KAPT on JDK 17
...
Getting canonical path is expensive on JDK 17, thus check, whether
file is belongs to some folder becomes expensive.
In this commit implementation was replaced to a new one based on
File.getParent. It gives profit 49seconds-> 500 ms/100k files.
Note! Now if there are present two files which are actually links of the
same file, they are treated as two different files.
#KT-54579 Fixed
2022-12-04 18:49:30 +00:00
..
2022-10-12 13:44:30 +00:00
2022-11-18 06:00:18 +00:00
2022-11-10 14:22:44 +00:00
2022-10-19 11:20:04 +02:00
2022-04-04 20:37:59 +02:00
2022-09-21 22:53:17 +00:00
2022-08-13 01:33:45 +03:00
2022-09-16 10:12:41 +03:00
2022-06-29 10:20:30 +02:00
2022-11-04 14:15:15 +00:00
2022-04-04 20:37:59 +02:00
2022-10-14 10:09:39 +00:00
2022-12-04 18:49:30 +00:00
2022-11-18 06:00:18 +00:00
2022-12-01 18:57:03 +00:00
2022-10-24 11:20:51 +00:00
2022-12-02 07:47:33 +00:00
2022-11-29 08:05:13 +00:00
2022-11-29 08:05:13 +00:00
2022-12-02 16:37:35 +00:00
2022-11-17 07:38:40 +00:00
2022-09-16 10:12:41 +03:00
2022-10-18 14:01:25 +00:00
2022-12-01 18:57:03 +00:00
2022-07-20 06:44:01 +00:00
2022-06-07 14:12:19 +00:00
2022-10-12 13:44:30 +00:00
2022-06-28 16:21:25 +02:00
2022-09-28 15:26:41 +00:00
2022-09-28 15:26:41 +00:00
2022-09-28 15:26:41 +00:00
2022-11-21 15:22:27 +00:00
2022-11-16 11:47:47 +01:00
2022-09-28 15:26:41 +00:00
2022-10-06 06:57:07 +00:00
2022-04-04 20:38:00 +02:00
2022-06-29 10:20:30 +02:00
2022-09-09 12:51:18 +00:00
2022-08-22 15:43:49 +02:00
2022-04-04 20:38:00 +02:00
2022-08-22 15:42:57 +02:00
2022-04-04 20:38:00 +02:00
2022-09-18 22:49:02 +00:00
2022-11-25 14:09:09 +00:00
2022-10-12 14:14:50 +00:00
2022-12-02 07:47:33 +00:00
2022-06-29 10:20:30 +02:00
2022-11-10 13:30:11 +00:00
2022-09-29 13:56:30 +00:00
2022-08-13 01:33:45 +03:00
2022-08-13 01:48:23 +03:00