cuba-platform / charts

Charts and Maps Addon
https://www.cuba-platform.com/
Apache License 2.0
5 stars 2 forks source link

Replace SimpleDateFormat with FastDateFormat in chart data serialization #71

Closed glebfox closed 5 years ago

glebfox commented 5 years ago

Environment

Description of the bug or enhancement

Currently SimpleDateFormat is used to serialize dates in ConfigDateSerializer and its instance is created every time serialization is processed.

Replace SimpleDateFormat with FastDateFormat that is thread-safe and can be extracted into static final field.


For QA

Open in refapp StockCharts and Charts:

haulmont-git commented 5 years ago

Git changesets by pinyazhin:

cd76bc0a in master - Replace SimpleDateFormat with FastDateFormat in chart data serialization #71