Yavuz Tas
Yavuz Tas
Hi everyone, I tried implementing a simple Actor model concurrency for my parallel processing. Some highlights: - Each actor accesses a fixed file region, holding their state isolated. So, there's...
Optimize my solution: - Eliminate redundant object creations in between - Custom HashMap on purpose - Inspired by @spullara - More performant temperature parsing - Inspired by @yemreinci - JVM...
- Eliminate redundant object creations in between - Custom HashMap on purpose - Inspired by @spullara - More performant temperature parsing - Inspired by @yemreinci - JVM tweaks, decreased heap...