Latest Articles

  • Optimizing Performance with SIMD and SSL Socket Reading in SABnzbd

    Optimizing Performance with SIMD and SSL Socket Reading in SABnzbd SABnzbd, a popular software for Usenet downloading, implements several C functions to optimize its performance. In this article, we’ll explore the use of SIMD routines for yEnc decoding and encoding, fast CRC32 calculations, and non-blocking SSL socket reading. yEnc decoding and encoding using SIMD routines …

  • An Open-Source Plotting Library for Kotlin

    Exploring Kandy: An Open-Source Plotting Library for Kotlin Are you looking for a powerful and flexible plotting library for Kotlin? Look no further than Kandy. Built with the aim of simplifying chart creation and visualization in Kotlin, Kandy offers a range of features and compatibility options. In this article, we will dive into the features, …

  • A Typesafe Solution for In-Memory Structured Data Processing on the JVM

    Data processing is a fundamental task in many software applications, and having a reliable and efficient solution is crucial. Kotlin Dataframe is a powerful library that offers a typesafe approach to in-memory structured data processing on the JVM. Combining the full power of the Kotlin language with intermittent code execution in Jupyter notebooks and REPL, …