Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 13:52:16 +0000



Post From: Reducing Compute Time

[2020-01-14 15:30:52]
Ackin - Posts: 1865
- Would Each version of Sierra run using different CPU cores?
Quoting SierraSupport: "Sierra Chart already supports multiple cores/threads in several ways.
Chart data loading is on separate cores/threads. Each instance of Sierra Chart is on a separate core/thread.
And also, in an upcoming version, market data feed processing and file writing will will be on other cores/threads.
Exactly how the threads are allocated to cores is managed by the operating system."

for more info read:
CPU usage for multi-core processor




For C++ coders, this isn't a problem.
In c ++, this is the same problem...



btw. More cores won't help you. The problem of delay is not in calculations and operations(very often), but in data loading. Alot operations are done by reloading the charts. Find an old post where someone tried to load multiple bars at once using C ++, the acceleration was huge .....

If this is the case for you or you do not check it easily, reduce the number of days loaded in chart settings to a minimum (eg 2 days)
Date Time Of Last Edit: 2020-01-14 15:42:35