| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | I optimized my solution: (#337) | Yavuz Tas | 2024-01-12 | 1 | -1/+1 |
| | | | | | | | | | - Eliminate redundant object creations in between - Custom HashMap on purpose - Inspired by @spullara - More performant temperature parsing - Inspired by @yemreinci - JVM tweaks, decreased heap memory, and remove AlwaysPreTouch Co-authored-by: Yavuz Tas <yavuz.tas@ing.com> | ||||
| * | Hyperfine: Script re-org | Gunnar Morling | 2024-01-09 | 1 | -4/+1 |
| | | |||||
| * | A solution with Actor Model concurrency and MappedByteBuffer | Yavuz Tas | 2024-01-05 | 1 | -0/+22 |
| * A solution with Actor Model concurrency and MappedByteBuffer * fix test cases * revert back the file name to original * cache String hashCode calculation via composing with Key object * fix wrong key caching and eleminate duplicate String creation between actors * update possible char count in a line, fix calculate_average.sh * increase possible line length to 256 bytes, much safer to cover 100 chars I hope --------- Co-authored-by: Yavuz Tas <yavuz.tas@ing.com> | |||||
