pdf-aggregation-statistics/src
Lampros Smyrnaios 7e5c338de3 - Improve performance by avoiding checking if the huge ConcurrentHashMap is empty, on every request. After the first data-gathering, it will neven be empty and the checking-code is expensive.
- In case of an error retrieving data from the DB during initialization, gently shutdown the App. There is no point keeping the app running just to serve 500-Server-Errors.
- Code polishing.
2023-06-22 01:54:47 +03:00
..
main - Improve performance by avoiding checking if the huge ConcurrentHashMap is empty, on every request. After the first data-gathering, it will neven be empty and the checking-code is expensive. 2023-06-22 01:54:47 +03:00
test/java/eu/openaire/pdf_aggregation_statistics Fully functional "PDF Aggregation Statistics" Service. 2023-06-20 22:16:07 +03:00