Explore >> Select a destination


You are here

renato.athaydes.com
| | phil.lavin.me.uk
1.7 parsecs away

Travel
| | Intro It feels like quite a common requirement to want to sanitise your Java application logs to remove passwords, PII,
| | boyter.org
2.8 parsecs away

Travel
| | [AI summary] This blog post compares the performance of Java and Go when processing large files, highlighting the challenges Java faces with memory-mapped files and the efficiency of Go's concurrency model. The author tests various implementations, including a Java solution with threads and queues, and finds that Go's approach is faster, though Java can be optimized with batch processing and efficient queue implementations. The post concludes that for optimal large file processing, Go is more suitable, but Java can still be competitive with the right techniques.
| | michaelscodingspot.com
2.9 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | deniskyashif.com
26.8 parsecs away

Travel
| How to define a recursive function in a language which doesn't support recursion using the Y combinator.