Hi there,
I am using Polygon live feed for stocks with all tickers, trying to make some simple analysis with small delay (a few seconds max).
I now managed to absorb fetching all the JSON data, even at market open, having a delay ~200ms.
However, parsing in C++ the JSON string to get the floating-point numbers & integers is just taking useless resources on my CPU.
I would prefer spare that CPU resources for the analysis part.
I can understand the use of JSON for historical data, but for Live, this is far from optimal.
Do you know if there is a plan to have a binary feed?
Regards.
I am using Polygon live feed for stocks with all tickers, trying to make some simple analysis with small delay (a few seconds max).
I now managed to absorb fetching all the JSON data, even at market open, having a delay ~200ms.
However, parsing in C++ the JSON string to get the floating-point numbers & integers is just taking useless resources on my CPU.
I would prefer spare that CPU resources for the analysis part.
I can understand the use of JSON for historical data, but for Live, this is far from optimal.
Do you know if there is a plan to have a binary feed?
Regards.
