eckhchri / pcars-ds-liveview

Provides a html page for project cars dedicated server and display a map of the current race.
14 stars 1 forks source link

Eliminate static array from PCARSDriver object #81

Closed eckhchri closed 7 years ago

eckhchri commented 7 years ago

In this line: https://github.com/eckhchri/pcars-ds-liveview/blob/master/pcars_driver.js#L12

A static array will be allocated for each driver. These objects bloat internal array and also the export files. That decrease performance over all.

eckhchri commented 7 years ago

First fix included in cimmit https://github.com/eckhchri/pcars-ds-liveview/commit/ca7fa3ccd20b3847dad6ca17322a82870441cf46

But it seem that some recordings were exportet wron in the past. So in next step check:

eckhchri commented 7 years ago

After two weeks of several tests, no failures realized.