|
You are here |
renato.athaydes.com | ||
| | | | |
phil.lavin.me.uk
|
|
| | | | | Intro It feels like quite a common requirement to want to sanitise your Java application logs to remove passwords, PII, | |
| | | | |
boyter.org
|
|
| | | | | [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
|
|
| | | | | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity | |
| | | | |
deniskyashif.com
|
|
| | | How to define a recursive function in a language which doesn't support recursion using the Y combinator. | ||