| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix hash code collisions (#605) | Jairo Graterón | 2024-01-27 | 1 | -79/+77 |
| | | | | | | | | | | | | | | * fix test rounding, pass 10K station names * improved integer conversion, delayed string creation. * new algorithm hash, use ConcurrentHashMap * fix rounding test * added the length of the string in the hash initialization. * fix hash code collisions | ||||
| * | fix test rounding, pass 10K station names (#471) | Jairo Graterón | 2024-01-19 | 1 | -22/+22 |
| | | |||||
| * | simultaneous reading and calculation, reduction of memory consumption, ↵ | jairo | 2024-01-13 | 1 | -128/+197 |
| | | | | | hashing for the stations | ||||
| * | Divide the reading of the file by parts (#254) | Jairo Graterón | 2024-01-11 | 1 | -75/+221 |
| | | | | | | | | | | | | | | | | | | * divide the reading of the file by parts * fix format * add number of core partition * fix format * implement strToDouble * fix strtodouble * add locale, fix read file, tests pass * delete unnecessary method clean | ||||
| * | jgrateron: fix formatting | Alexander Yastrebov | 2024-01-04 | 1 | -2/+2 |
| | | | | | Followup on #69 | ||||
| * | add implementation jgrateron | jairo | 2024-01-04 | 1 | -0/+166 |
