Explore >> Select a destination


You are here

www.marcogomiero.com
| | whackylabs.com
3.9 parsecs away

Travel
| | What better way to start the new year than trying out the Kotlin Multiplatform.
| | coders-home.de
36.1 parsecs away

Travel
| |
| | blog.ideotec.es
5.7 parsecs away

Travel
| | There are countless tutorials and example code for building an Android keyboard, but all of them use Java and the deprecated KeyboardView and Keyboard classes from android.inputmethodservice. If you're building an Android keyboard in 2020 you want to be using Kotlin and designing your own layout from scratch.
| | boyter.org
26.1 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.