| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Leaderboard update | Gunnar Morling | 2024-01-03 | 2 | -3/+4 |
| | | |||||
| * | Using DoubleAccumulators to save on a measurment creation (#26) | Roman Schweitzer | 2024-01-03 | 2 | -0/+225 |
| | | |||||
| * | Leaderboard update | Gunnar Morling | 2024-01-03 | 1 | -8/+10 |
| | | |||||
| * | Adding Chris Riccomini's submission | Chris Riccomini | 2024-01-03 | 2 | -0/+134 |
| | | |||||
| * | Showing java version in eval script | Gunnar Morling | 2024-01-03 | 1 | -0/+2 |
| | | |||||
| * | Adding Sam Pullara's submission; | Sam Pullara | 2024-01-03 | 4 | -2/+305 |
| | | |||||
| * | Add a script to transform output into CSV format | Alexander Yastrebov | 2024-01-03 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | It is useful to debug differences between implementations, e.g.: ```sh $ while ./create_measurements.sh 1000 && diff <(./calculate_average_royvanrijn.sh 2>/dev/null | ./tocsv.sh) <(./calculate_average.sh 2>/dev/null | ./tocsv.sh) ; do echo OK; done Created file with 1,000 measurements in 50 ms 60c60 < Bucharest;-2.9;2.9;6.1 --- > Bucharest;-2.9;2.8;6.1 265c265 < Petropavlovsk-Kamchatsky;0.9;9.3;17.7 --- > Petropavlovsk-Kamchatsky;0.9;9.2;17.7 ``` For #14 | ||||
| * | README clarifications | Gunnar Morling | 2024-01-03 | 1 | -2/+3 |
| | | |||||
| * | Removed changes to formatting | Rene Schwietzke | 2024-01-03 | 1 | -2/+2 |
| | | |||||
| * | Faster version of the data generator | Rene Schwietzke | 2024-01-03 | 5 | -2/+1435 |
| | | |||||
| * | Usage of try-with-resources | Karl Heinz Marbaise | 2024-01-03 | 2 | -22/+21 |
| | | | | | pom file cleanup | ||||
| * | fixed mistake in class name | Dr Heinz M. Kabutz | 2024-01-03 | 1 | -1/+1 |
| | | |||||
| * | Evaluating Aurelian Tutuianu's entry | Gunnar Morling | 2024-01-02 | 1 | -3/+4 |
| | | |||||
| * | - implementation by padreati | Aurelian Tutuianu | 2024-01-02 | 3 | -0/+222 |
| | | |||||
| * | Evaluating Roy's updated entry | Gunnar Morling | 2024-01-02 | 1 | -5/+5 |
| | | |||||
| * | Numbering | Gunnar Morling | 2024-01-02 | 1 | -4/+4 |
| | | |||||
| * | Evaluating bjhara's entry | Gunnar Morling | 2024-01-02 | 3 | -0/+16 |
| | | |||||
| * | Implementation using memory mapped file | Hampus Ram | 2024-01-02 | 2 | -0/+171 |
| | | |||||
| * | Evaluating Kuduwa Keshavram's submission | Gunnar Morling | 2024-01-02 | 3 | -3/+4 |
| | | |||||
| * | Keshavram Kuduwa's Submission | Keshavram Kuduwa | 2024-01-02 | 2 | -0/+99 |
| | | |||||
| * | Evaluating itaske's submission | Gunnar Morling | 2024-01-02 | 3 | -3/+4 |
| | | |||||
| * | Adding itaske's implementation | itaske | 2024-01-02 | 2 | -0/+96 |
| | | |||||
| * | Only one `time` | Gunnar Morling | 2024-01-02 | 1 | -1/+1 |
| | | |||||
| * | Updating evaluation scripts | Gunnar Morling | 2024-01-02 | 2 | -1/+36 |
| | | |||||
| * | fix simple typo | Adam Leskis | 2024-01-02 | 1 | -1/+1 |
| | | |||||
| * | Clarifying allowed builds and expanding FAQ | Gunnar Morling | 2024-01-02 | 1 | -1/+7 |
| | | |||||
| * | FAQ additions | Gunnar Morling | 2024-01-02 | 1 | -2/+8 |
| | | |||||
| * | Update README.md | Gunnar Morling | 2024-01-02 | 1 | -1/+2 |
| | | |||||
| * | FAQ entry on genericity of station names | Gunnar Morling | 2024-01-01 | 1 | -0/+3 |
| | | |||||
| * | Update README.md | Gunnar Morling | 2024-01-01 | 1 | -1/+1 |
| | | |||||
| * | Updating leaderboard | Gunnar Morling | 2024-01-01 | 1 | -1/+2 |
| | | |||||
| * | Initial implementation, using BufferedReader, parallel processing, combining ↵ | Roy van Rijn | 2024-01-01 | 4 | -9/+108 |
| | | | | | everything in a single go, sorting afterwards (unoptimized) | ||||
| * | README update | Gunnar Morling | 2024-01-01 | 2 | -0/+2 |
| | | |||||
| * | README update | Gunnar Morling | 2024-01-01 | 1 | -3/+3 |
| | | |||||
| * | README update | Gunnar Morling | 2024-01-01 | 3 | -13/+62 |
| | | |||||
| * | Update README.md | Gunnar Morling | 2023-12-31 | 1 | -1/+2 |
| | | |||||
| * | Update README.md | Gunnar Morling | 2023-12-31 | 1 | -0/+2 |
| | | |||||
| * | Sort weather stations | Nicolai Parlog | 2023-12-29 | 1 | -381/+379 |
| | | |||||
| * | Don't reformat weather station comment | Nicolai Parlog | 2023-12-29 | 1 | -0/+2 |
| | | |||||
| * | Don't check measurements* files for a license header | Nicolai Parlog | 2023-12-29 | 1 | -0/+1 |
| | | |||||
| * | Make Git ignore all measurements* files | Nicolai Parlog | 2023-12-29 | 1 | -1/+1 |
| | | |||||
| * | 📝 README update | Gunnar Morling | 2023-12-29 | 1 | -2/+4 |
| | | |||||
| * | 📈 More stations | Gunnar Morling | 2023-12-28 | 3 | -11/+55 |
| | | |||||
| * | 📈 More stations | Gunnar Morling | 2023-12-28 | 1 | -10/+415 |
| | | |||||
| * | 📝 README update | Gunnar Morling | 2023-12-28 | 1 | -1/+4 |
| | | |||||
| * | 📝 README update | Gunnar Morling | 2023-12-28 | 1 | -6/+4 |
| | | |||||
| * | 📝 README update | Gunnar Morling | 2023-12-28 | 1 | -0/+11 |
| | | |||||
| * | 📝 README update | Gunnar Morling | 2023-12-28 | 1 | -2/+4 |
| | | |||||
| * | 📝 README update | Gunnar Morling | 2023-12-28 | 1 | -4/+3 |
| | | |||||
| * | 🚧 Removing limit | Gunnar Morling | 2023-12-28 | 1 | -1/+0 |
| | | |||||
