Replies: 1 comment
-
I see any data stored in the data logger classes can be held externally outside the heap memory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@bevans2000 @Urwumpe
I find this article that talks about the contest of processing a billion row of temperature data interesting.
How should we be serializing and deserializing the weather data for each settlement when we transition from Java Serialization to JSON ?
It'll become more important as we are on the path of creating new mission of building weather stations.
Q1: can we come up with a more structural format for handling the weather data being collected ?
Q2: should we save each param as a text files inside a default save folder for each default save ?
Based on these data, I would love to create graphs and charts parsed from JSON or text files.
May be we can glean how teams from One Billion Row Challenge (1BRC) would implement their methods for mars-sim.
Beta Was this translation helpful? Give feedback.
All reactions