aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_yavuztas.sh
Commit message (Collapse)AuthorAgeFilesLines
* A solution with Actor Model concurrency and MappedByteBufferYavuz Tas2024-01-051-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>